GetLeftSeparator function

TBD

Syntax


HRESULT WINAPI GetLeftSeparator(
          HRECOCONTEXT hrc,
  _Inout_ ULONG        *pcSize,
  _Out_   WCHAR        *pwcLeftSeparator
);

Parameters

hrc
pcSize [in, out]
pwcLeftSeparator [out]

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

None supported

Header

Recapis.h

 

 

Show: