ReactOS 0.4.15-dev-8636-g945e856
|
Go to the source code of this file.
Macros | |
#define | NTDDI_VERSION NTDDI_VISTA |
Functions | |
_Success_ (return, 0) | |
BOOL WINAPI | SetFirmwareEnvironmentVariableExW (_In_ LPCWSTR lpName, _In_ LPCWSTR lpGuid, _In_reads_bytes_opt_(nSize) PVOID pValue, _In_ DWORD nSize, _In_ DWORD dwAttributes) |
BOOL WINAPI | SetFirmwareEnvironmentVariableExA (_In_ LPCSTR lpName, _In_ LPCSTR lpGuid, _In_reads_bytes_opt_(nSize) PVOID pValue, _In_ DWORD nSize, _In_ DWORD dwAttributes) |
_Success_ (return) | |
#define NTDDI_VERSION NTDDI_VISTA |
Definition at line 10 of file firmware.c.
_Success_ | ( | return | = = 0 | ) |
Definition at line 203 of file firmware.c.
_Success_ | ( | return | , |
0 | |||
) |
Definition at line 15 of file firmware.c.
BOOL WINAPI SetFirmwareEnvironmentVariableExA | ( | _In_ LPCSTR | lpName, |
_In_ LPCSTR | lpGuid, | ||
_In_reads_bytes_opt_(nSize) PVOID | pValue, | ||
_In_ DWORD | nSize, | ||
_In_ DWORD | dwAttributes | ||
) |
Definition at line 156 of file firmware.c.
Referenced by SetFirmwareEnvironmentVariableA().
BOOL WINAPI SetFirmwareEnvironmentVariableExW | ( | _In_ LPCWSTR | lpName, |
_In_ LPCWSTR | lpGuid, | ||
_In_reads_bytes_opt_(nSize) PVOID | pValue, | ||
_In_ DWORD | nSize, | ||
_In_ DWORD | dwAttributes | ||
) |
Definition at line 113 of file firmware.c.
Referenced by SetFirmwareEnvironmentVariableExA(), and SetFirmwareEnvironmentVariableW().