We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1905e36 commit fbf7047Copy full SHA for fbf7047
phlib/include/phutil.h
@@ -250,7 +250,7 @@ PHLIBAPI
250
VOID
251
NTAPI
252
PhShowStatus(
253
- _In_ HWND hWnd,
+ _In_opt_ HWND hWnd,
254
_In_opt_ PWSTR Message,
255
_In_ NTSTATUS Status,
256
_In_opt_ ULONG Win32Result
phlib/util.c
@@ -517,7 +517,7 @@ PPH_STRING PhGetStatusMessage(
517
* \param Win32Result A Win32 error code, or 0 if there is none.
518
*/
519
VOID PhShowStatus(
520
521
522
523
0 commit comments