Partager via


List_Connected_Users (Windows CE 5.0)

Send Feedback

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

File Server Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.