Platform SDK: Network Management

access_info_0

Windows 95/98: The access_info_0 structure contains the name of a resource.

Windows NT/2000: This structure is not supported on Windows NT/Windows 2000.

struct _access_info_0 {
  char FAR *acc0_resource_name;
};

Members

acc0_resource_name
Pointer to a string specifying the name of a resource. The following resource types are valid.
Resource type Required format
Disk drive drive:
Path \path
Directory drive:\pathname
File drive:\pathname
UNC \\server\sharename\path
Pipe \pipe\pipename
Printer queue \print\queuename

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Svrapi.h.

See Also

Network Management Overview, Network Management Structures, Access Functions, NetAccessEnum, NetAccessGetInfo, access_info_1