You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2023. It is now read-only.
@@ -1012,7 +1018,7 @@ public static unsafe extern bool QueryServiceStatusEx(
1012
1018
/// This function has been superseded by the <see cref="RegisterServiceCtrlHandlerEx(string, LPHANDLER_FUNCTION_EX, void*)"/> function.
1013
1019
/// A service can use either function, but the new function supports user-defined context data, and the new handler function supports additional extended control codes.
@@ -1031,7 +1037,7 @@ public static unsafe extern bool QueryServiceStatusEx(
1031
1037
/// This function has been superseded by the <see cref="RegisterServiceCtrlHandlerEx(string, LPHANDLER_FUNCTION_EX, void*)"/> function.
1032
1038
/// A service can use either function, but the new function supports user-defined context data, and the new handler function supports additional extended control codes.
@@ -1173,7 +1179,7 @@ public static unsafe extern bool DuplicateTokenEx(
1173
1179
/// If the function succeeds, the return value is <see cref="Win32ErrorCode.ERROR_SUCCESS" />.
1174
1180
/// If the function fails, the return value is a nonzero error code defined in Winerror.h. You can use the FormatMessage function with the FORMAT_MESSAGE_FROM_SYSTEM flag to get a generic description of the error.
@@ -1184,7 +1190,7 @@ public static unsafe extern bool DuplicateTokenEx(
1184
1190
/// <param name="sidString">A pointer to a variable that receives a pointer to a null-terminated SID string. To free the returned buffer, call the <see cref="LocalFree(void*)"/> function.</param>
1185
1191
/// <returns>If the function succeeds, the return value is true, otherwise the return value is false.</returns>
1186
1192
/// <remarks>The ConvertSidToStringSid function uses the standard S-R-I-S-S… format for SID strings.</remarks>
/// <param name="StringSid">The string-format SID to convert. The SID string can use either the standard S-R-I-S-S… format for SID strings, or the SID string constant format, such as "BA" for built-in administrators.</param>
1198
1204
/// <param name="sid">A pointer to a variable that receives a pointer to the converted SID. To free the returned buffer, call the <see cref="LocalFree(void*)"/> function.</param>
1199
1205
/// <returns>If the function succeeds, the return value is true, otherwise the return value is false.</returns>
0 commit comments