GetDevicePowerState method

int GetDevicePowerState(
  1. Pointer<Void> hDevice,
  2. Pointer<Int32> pfOn
)

Implementation

int GetDevicePowerState(
  ffi.Pointer<ffi.Void> hDevice,
  ffi.Pointer<ffi.Int32> pfOn,
) {
  return _GetDevicePowerState(
    hDevice,
    pfOn,
  );
}