#ifndef _NTRTL_H
NTSYSAPI
ULONG
NTAPI
RtlGetSystemGlobalData(
_In_ RTL_SYSTEM_GLOBAL_DATA_ID DataId,
_Inout_ PVOID Buffer,
_In_ ULONG Size
);
View code on GitHubNTSTATUS RtlGetSystemGlobalData (
_In_ RTL_SYSTEM_GLOBAL_DATA_ID DataId,
_Inout_ PVOID Buffer,
_In_ ULONG Size
)
View the official Win32 development documentationNo description available.
[This function may be changed or removed from Windows without further notice.]
Gets the Shared User Data for a given DataId.
DataId [in]
Supplies an ID of the features being queried from the Shared User Data.
Buffer [in][out]
A buffer in which to store the data.
Size [in]
The size of the buffer.
Returns an NTSTATUS value indicating success or failure of the function.
| Requirement | Value |
|---|---|
| DLL | Ntdll.dll Vertdll.dll |
Enclaves APIs available in Vertdll