List_Connected_Users (Windows CE 5.0)
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.
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 Values
Returns an HRESULT value.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Smbconfig.h.
Link Library: Smbconfig.lib
See Also
Send Feedback on this topic to the authors