Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 443 Bytes

settokeninformation.md

File metadata and controls

13 lines (11 loc) · 443 Bytes

SetTokenInformation

[DllImport("ADVAPI32.dll", ExactSpelling = true, SetLastError = true)]
[DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
public static extern unsafe BOOL SetTokenInformation(
    HANDLE TokenHandle,
    TOKEN_INFORMATION_CLASS TokenInformationClass,
    void* TokenInformation,
    uint TokenInformationLength);

token_information_class.md