Share via


List_Connected_Users (Windows Embedded CE 6.0)

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

See Also

Reference

File Server Functions
File Server Reference