Implement GetKernelParameterValue to parse and extract boot option values
All checks were successful
All checks were successful
This commit is contained in:
@@ -25,6 +25,9 @@ namespace KE
|
||||
STATIC XTAPI SYSTEM_FIRMWARE_TYPE GetFirmwareType(VOID);
|
||||
STATIC XTAPI XTSTATUS GetKernelParameter(IN PCWSTR ParameterName,
|
||||
OUT PCWSTR *Parameter);
|
||||
STATIC XTAPI XTSTATUS GetKernelParameterValue(IN PCWSTR ParameterName,
|
||||
OUT PWSTR ValueBuffer,
|
||||
IN SIZE_T BufferSize);
|
||||
STATIC XTAPI PLIST_ENTRY GetMemoryDescriptors(VOID);
|
||||
STATIC XTAPI PLIST_ENTRY GetSystemResources(VOID);
|
||||
STATIC XTAPI VOID InitializeInitializationBlock(IN PKERNEL_INITIALIZATION_BLOCK Block);
|
||||
|
||||
Reference in New Issue
Block a user