2.2.4.37 SHARE_INFO_503_CONTAINER
The SHARE_INFO_503_CONTAINER structure contains a value that indicates the number of entries the NetrShareEnum method returns and a pointer to the buffer that contains the entries.
typedef struct _SHARE_INFO_503_CONTAINER {
DWORD EntriesRead;
[size_is(EntriesRead)] LPSHARE_INFO_503_I Buffer;
} SHARE_INFO_503_CONTAINER,
*PSHARE_INFO_503_CONTAINER,
*LPSHARE_INFO_503_CONTAINER;
-
EntriesRead: The number of entries returned by the method.
-
Buffer: A pointer to the SHARE_INFO_503_I entries returned by the method.