コード例 #1
0
 internal static extern bool AdjustTokenPrivileges(IntPtr tokenHandle,
     [MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges,
     ref TokenPrivileges newState, UInt32 bufferLength,
     IntPtr previousState, IntPtr returnLength);
コード例 #2
0
 internal static extern bool AdjustTokenPrivileges(IntPtr tokenHandle,
                                                   [MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges,
                                                   ref TokenPrivileges newState, UInt32 bufferLength,
                                                   IntPtr previousState, IntPtr returnLength);