Expand Minimize
This topic has not yet been rated - Rate this topic

GetTrusteeForm function

The GetTrusteeForm function retrieves the trustee name from the specified TRUSTEE structure. This value indicates whether the structure uses a name string or a security identifier (SID) to identify the trustee.

Syntax


TRUSTEE_FORM WINAPI GetTrusteeForm(
  _In_  PTRUSTEE pTrustee
);

Parameters

pTrustee [in]

A pointer to a TRUSTEE structure.

Return value

The return value is one of the constants from the TRUSTEE_FORM enumeration.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Aclapi.h

Library

Advapi32.lib

DLL

Advapi32.dll

Unicode and ANSI names

GetTrusteeFormW (Unicode) and GetTrusteeFormA (ANSI)

See also

Access Control Overview
Basic Access Control Functions
GetTrusteeName
GetTrusteeType
TRUSTEE
TRUSTEE_FORM

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.