|
APIs in Category: cifs |
API version 3.8 |
cifs-domain-list-info-iter-end |
These APIs allow the user to get cifs related information from the hosts discovered by DFM. |
| cifs-domain-list-info-iter-end | [top] |
Terminate a view list iteration and clean up any saved info.
Input Name Range Type Description tag string
An opaque handle used by the DFM station to identify a temporary store.
Errno Description EINVALIDTAG
| cifs-domain-list-info-iter-next | [top] |
Returns items from a previous call to cifs-domain-list-info-iter-start
Input Name Range Type Description maximum integer
The maximum number of entries to retrieve. Range: [1..(2^31)-1] tag string
An opaque handle used by the DFM station to identify a temporary store. Output Name Range Type Description cifs-domain-list cifs-domain-info[]
A list of cifs domains. records integer
The number of records actually returned.
Errno Description EINVALIDTAG
| cifs-domain-list-info-iter-start | [top] |
Initiates a query for a list of cifs domains on hosts discovered by DFM.
Output Name Range Type Description records integer
Number indicating how many items are available for future retrieval with cifs-domain-list-info-iter-next. Range: [1..(2^31)-1] tag string
An opaque handle used by the DFM station to identify a temporary store. Used in subsequent calls to cifs-domain-list-info-iter-next. or cifs-domain-list-info-iter-end.
Errno Description EAPIERROR EDATABASEERROR
| Element definition: cifs-domain-info | [top] |
Details of the cifs domain.
Name Range Type Description cifs-dns-domain-name string
Specifies the CIFS DNS domain name. Maximum length: 255 characters. cifs-domain-id integer
Identifier of the cifs domain. Range: [1..(2^16)-1] cifs-domain-name string
Specifies the NETBIOS name of the cifs domain. Maximum length: 255 characters.