OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTRUSTEEW
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iaccess.h
61
virtual HRESULT WINAPI SetOwner(
PTRUSTEEW
pOwner,
PTRUSTEEW
pGroup) = 0;
63
virtual HRESULT WINAPI GetAllAccessRights(LPWSTR lpProperty,PACTRL_ACCESSW_ALLOCATE_ALL_NODES *ppAccessList,
PTRUSTEEW
*ppOwner,
PTRUSTEEW
*ppGroup) = 0;
64
virtual HRESULT WINAPI IsAccessAllowed(
PTRUSTEEW
pTrustee,LPWSTR lpProperty,ACCESS_RIGHTS AccessRights,WINBOOL *pfAccessAllowed) = 0;
74
HRESULT (WINAPI *SetOwner)(IAccessControl *This,
PTRUSTEEW
pOwner,
PTRUSTEEW
pGroup);
76
HRESULT (WINAPI *GetAllAccessRights)(IAccessControl *This,LPWSTR lpProperty,PACTRL_ACCESSW_ALLOCATE_ALL_NODES *ppAccessList,
PTRUSTEEW
*ppOwner,
PTRUSTEEW
*ppGroup);
77
HRESULT (WINAPI *IsAccessAllowed)(IAccessControl *This,
PTRUSTEEW
pTrustee,LPWSTR lpProperty,ACCESS_RIGHTS AccessRights,WINBOOL *pfAccessAllowed)
[
all
...]
accctrl.h
96
} TRUSTEE_W,*PTRUSTEE_W,TRUSTEEW,*
PTRUSTEEW
;
Completed in 61 milliseconds