Skip to content

Commit

Permalink
Change pointer type
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Larine committed Feb 6, 2024
1 parent d073290 commit 7ac460f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WinAPI/NativeMethods/Advapi32.Services.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,7 @@ public struct SERVICE_LAUNCH_PROTECTED_INFO
public static extern bool QueryServiceStatusEx(
[In] nint hService,
[In] uint InfoLevel,
[Out, Optional] byte* lpBuffer,
[Out, Optional] void* lpBuffer,
[In] uint cbBufSize,
[Out] uint* pcbBytesNeeded
);
Expand Down

0 comments on commit 7ac460f

Please sign in to comment.