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
/// Indicates how the system will pass data between the caller of DeviceIoControl (or IoBuildDeviceIoControlRequest) and the driver that handles the IRP.
12
12
/// </summary>
13
-
publicenumIoControlTransferType
13
+
internalenumIoControlTransferType
14
14
{
15
15
/// <summary>
16
16
/// Specifies the buffered I/O method, which is typically used for transferring small amounts of data per request.
0 commit comments