Skip to content

Commit

Permalink
Refine param type
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Larine committed Jan 25, 2024
1 parent ed939dc commit 6dea606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WinAPI/NativeMethods/SetupAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public static extern bool SetupDiGetDeviceInterfaceDetail(
[Out, Optional] void* pDeviceInterfaceDetailData,
[In] uint DeviceInterfaceDetailDataSize,
[Out, Optional] uint* pRequiredSize,
[Out, Optional] void* pDeviceInfoData
[Out, Optional] SP_DEVINFO_DATA* pDeviceInfoData
);

/// <summary>
Expand Down

0 comments on commit 6dea606

Please sign in to comment.