CallNtPowerInformation function powrprof
int
CallNtPowerInformation(
- int InformationLevel,
- Pointer<
NativeType> InputBuffer, - int InputBufferLength,
- Pointer<
NativeType> OutputBuffer, - int OutputBufferLength,
Sets or retrieves power information.
NTSTATUS CallNtPowerInformation(
POWER_INFORMATION_LEVEL InformationLevel,
PVOID InputBuffer,
ULONG InputBufferLength,
PVOID OutputBuffer,
ULONG OutputBufferLength
);
Implementation
int CallNtPowerInformation(
int InformationLevel,
Pointer InputBuffer,
int InputBufferLength,
Pointer OutputBuffer,
int OutputBufferLength,
) => _CallNtPowerInformation(
InformationLevel,
InputBuffer,
InputBufferLength,
OutputBuffer,
OutputBufferLength,
);