Skip to content

Commit

Permalink
[HOTPLUG] Add/update SAL annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
TAN-Gaming committed Nov 2, 2023
1 parent 53d5063 commit 7747a44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dll/cpl/hotplug/eject.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ SafeRemoveDevice(
INT_PTR
CALLBACK
ConfirmRemovalDlgProc(
HWND hwndDlg,
UINT uMsg,
WPARAM wParam,
LPARAM lParam)
_In_ HWND hwndDlg,
_In_ UINT uMsg,
_In_ WPARAM wParam,
_In_ LPARAM lParam)
{
PHOTPLUG_DATA pHotplugData;

Expand Down
2 changes: 1 addition & 1 deletion dll/cpl/hotplug/enum.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ VOID
GetDeviceDisplayInfo(
_In_ DEVINST DevInst,
_In_ PHOTPLUG_DATA pHotplugData,
_Out_ LPWSTR pszDesc,
_Out_writes_z_(cchDesc) LPWSTR pszDesc,
_In_ ULONG cchDesc,
_Out_ PINT pImageIndex)
{
Expand Down
8 changes: 4 additions & 4 deletions dll/cpl/hotplug/hotplug.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ GetDeviceInstForRemoval(
INT_PTR
CALLBACK
ConfirmRemovalDlgProc(
HWND hwndDlg,
UINT uMsg,
WPARAM wParam,
LPARAM lParam);
_In_ HWND hwndDlg,
_In_ UINT uMsg,
_In_ WPARAM wParam,
_In_ LPARAM lParam);

// enum.c
VOID
Expand Down

0 comments on commit 7747a44

Please sign in to comment.