ReadBooleanRaw - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-miniport-readbooleanraw)

Description

This topic describes the ReadBooleanRaw function.

Parameters

Source [in]

Defines the BOOLEAN parameter Source.

Return value

Returns 1 if the function succeeds, 0 if it fails.

Remarks

See also


Windows Driver Kit DDI reference (nf-wdm-readbooleanraw)

Description

This topic describes the ReadBooleanRaw function.

Parameters

Source

Defines the BOOLEAN parameter Source.

Return value

UCHAR

Remarks

See also