Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This function copies a set of strings of type MULTI_SZ into a buffer. Each string specifies a user who is connected to the file server.
Syntax
HRESULT List_Connected_Users(
WCHAR* pBuffer,
UINT* puiLen
);
Parameters
- pBuffer
[in] Pointer to a local buffer to receive the user name list of type MULTI_SZ.
- puiLen
[in] Specifies the length, in bytes, of pBuffer.
Return Value
Returns an HRESULT value.
Requirements
| Header | smbconfig.h |
| Library | Smbconfig.lib |
| Windows Embedded CE | Windows CE 5.0 and later |