Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
The SESSION_INFO_10_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_10_CONTAINER { DWORD EntriesRead; [size_is(EntriesRead)] LPSESSION_INFO_10 Buffer; } SESSION_INFO_10_CONTAINER, *PSESSION_INFO_10_CONTAINER, *LPSESSION_INFO_10_CONTAINER;
EntriesRead: The number of entries returned by the method.
Buffer: A pointer to the SESSION_INFO_10 entries returned by the method.