// miniport.h
UCHAR ReadBooleanRaw(
[in] BOOLEAN const volatile *Source
);
View the official Windows Driver Kit DDI reference// wdm.h
UCHAR ReadBooleanRaw(
BOOLEAN const volatile *Source
);
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the ReadBooleanRaw function.
Source [in]Defines the BOOLEAN parameter Source.
Returns 1 if the function succeeds, 0 if it fails.
This topic describes the ReadBooleanRaw function.
SourceDefines the BOOLEAN parameter Source.