Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SESSION_INFO_502_CONTAINER structure contains a value that indicates the number of entries that the NetrSessionEnum method returns and a pointer to the buffer that contains the entries.
-
typedef struct _SESSION_INFO_502_CONTAINER { DWORD EntriesRead; [size_is(EntriesRead)] LPSESSION_INFO_502 Buffer; } SESSION_INFO_502_CONTAINER, *PSESSION_INFO_502_CONTAINER, *LPSESSION_INFO_502_CONTAINER;
EntriesRead: The number of entries returned by the method.
Buffer: A pointer to the SESSION_INFO_502 entries returned by the method.