|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| advapi32.lib
| Header File
| aclapi.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
BuildTrusteeWithName
[New - Windows NT]
The BuildTrusteeWithName function initializes a TRUSTEE structure. The caller specifies the trustee name. The function sets other
members of the structure to default values.
VOID BuildTrusteeWithName(
PTRUSTEE pTrustee,
| // pointer to the structure to initialize
| LPTSTR pName
| // name of the trustee to put in the structure
| );
|
|
Parameters
pTrustee
Pointer to a TRUSTEE structure to initialize. The BuildTrusteeWithName function does not allocate any memory. If this parameter is NULL, the
function does nothing.
pName
Pointer to a null-terminated string that contains the name of the trustee for
the ptstrName member of the TRUSTEE structure. The BuildTrusteeWithName function sets the other members of the TRUSTEE structure as follows:
Member
| Value
| pMultipleTrustee
| NULL
| MultipleTrusteeOperation
| NO_MULTIPLE_TRUSTEE
| TrusteeForm
| TRUSTEE_IS_NAME
| TrusteeType
| TRUSTEE_IS_UNKNOWN
|
Return Values
None.
See Also
BuildTrusteeWithSid, TRUSTEE
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|