ReactOS 0.4.16-dev-852-gcfcc8d8
|
Go to the source code of this file.
ULONG __stdcall BaseAbortSystemShutdown | ( | PREGISTRY_SERVER_NAME | ServerName | ) |
Definition at line 429 of file rpcserver.c.
Referenced by AbortSystemShutdownW().
ULONG __stdcall BaseInitiateSystemShutdown | ( | PREGISTRY_SERVER_NAME | ServerName, |
PRPC_UNICODE_STRING | lpMessage, | ||
ULONG | dwTimeout, | ||
BOOLEAN | bForceAppsClosed, | ||
BOOLEAN | bRebootAfterShutdown | ||
) |
Definition at line 409 of file rpcserver.c.
Referenced by InitiateSystemShutdownW().
ULONG __stdcall BaseInitiateSystemShutdownEx | ( | PREGISTRY_SERVER_NAME | ServerName, |
PRPC_UNICODE_STRING | lpMessage, | ||
ULONG | dwTimeout, | ||
BOOLEAN | bForceAppsClosed, | ||
BOOLEAN | bRebootAfterShutdown, | ||
ULONG | dwReason | ||
) |
Definition at line 494 of file rpcserver.c.
Referenced by BaseInitiateSystemShutdown(), and InitiateSystemShutdownExW().
error_status_t WINAPI BaseRegCloseKey | ( | PRPC_HKEY | hKey | ) |
Definition at line 141 of file rpcserver.c.
error_status_t WINAPI BaseRegCreateKey | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpSubKey, | ||
PRPC_UNICODE_STRING | lpClass, | ||
DWORD | dwOptions, | ||
REGSAM | samDesired, | ||
PRPC_SECURITY_ATTRIBUTES | lpSecurityAttributes, | ||
PRPC_HKEY | phkResult, | ||
LPDWORD | lpdwDisposition | ||
) |
Definition at line 152 of file rpcserver.c.
error_status_t WINAPI BaseRegDeleteKey | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpSubKey | ||
) |
Definition at line 170 of file rpcserver.c.
error_status_t __stdcall BaseRegDeleteKeyEx | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpSubKey, | ||
REGSAM | AccessMask, | ||
DWORD | Reserved | ||
) |
Definition at line 579 of file rpcserver.c.
error_status_t WINAPI BaseRegDeleteValue | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpValueName | ||
) |
Definition at line 182 of file rpcserver.c.
error_status_t WINAPI BaseRegEnumKey | ( | RPC_HKEY | hKey, |
DWORD | dwIndex, | ||
PRPC_UNICODE_STRING | lpNameIn, | ||
PRPC_UNICODE_STRING | lpNameOut, | ||
PRPC_UNICODE_STRING | lpClassIn, | ||
PRPC_UNICODE_STRING * | lplpClassOut, | ||
PFILETIME | lpftLastWriteTime | ||
) |
Definition at line 194 of file rpcserver.c.
error_status_t WINAPI BaseRegEnumValue | ( | RPC_HKEY | hKey, |
DWORD | dwIndex, | ||
PRPC_UNICODE_STRING | lpValueNameIn, | ||
PRPC_UNICODE_STRING | lpValueNameOut, | ||
LPDWORD | lpType, | ||
LPBYTE | lpData, | ||
LPDWORD | lpcbData, | ||
LPDWORD | lpcbLen | ||
) |
Definition at line 211 of file rpcserver.c.
error_status_t __stdcall BaseRegFlushKey | ( | RPC_HKEY | hKey | ) |
Definition at line 229 of file rpcserver.c.
error_status_t __stdcall BaseRegGetKeySecurity | ( | RPC_HKEY | hKey, |
SECURITY_INFORMATION | SecurityInformation, | ||
PRPC_SECURITY_DESCRIPTOR | pRpcSecurityDescriptorIn, | ||
PRPC_SECURITY_DESCRIPTOR | pRpcSecurityDescriptorOut | ||
) |
Definition at line 240 of file rpcserver.c.
error_status_t __stdcall BaseRegGetVersion | ( | RPC_HKEY | hKey, |
LPDWORD | lpdwVersion | ||
) |
Definition at line 443 of file rpcserver.c.
error_status_t __stdcall BaseRegLoadKey | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpSubKey, | ||
PRPC_UNICODE_STRING | lpFile | ||
) |
Definition at line 254 of file rpcserver.c.
Definition at line 267 of file rpcserver.c.
error_status_t __stdcall BaseRegOpenKey | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpSubKey, | ||
DWORD | dwOptions, | ||
REGSAM | samDesired, | ||
PRPC_HKEY | phkResult | ||
) |
Definition at line 277 of file rpcserver.c.
error_status_t __stdcall BaseRegQueryInfoKey | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpClassIn, | ||
PRPC_UNICODE_STRING | lpClassOut, | ||
LPDWORD | lpcSubKeys, | ||
LPDWORD | lpcbMaxSubKeyLen, | ||
LPDWORD | lpcbMaxClassLen, | ||
LPDWORD | lpcValues, | ||
LPDWORD | lpcbMaxValueNameLen, | ||
LPDWORD | lpcbMaxValueLen, | ||
LPDWORD | lpcbSecurityDescriptor, | ||
PFILETIME | lpftLastWriteTime | ||
) |
Definition at line 292 of file rpcserver.c.
error_status_t __stdcall BaseRegQueryMultipleValues | ( | RPC_HKEY | hKey, |
PRVALENT | val_listIn, | ||
PRVALENT | val_listOut, | ||
DWORD | num_vals, | ||
char * | lpvalueBuf, | ||
LPDWORD | ldwTotsize | ||
) |
Definition at line 478 of file rpcserver.c.
error_status_t __stdcall BaseRegQueryMultipleValues2 | ( | RPC_HKEY | hKey, |
PRVALENT | val_listIn, | ||
PRVALENT | val_listOut, | ||
DWORD | num_vals, | ||
char * | lpvalueBuf, | ||
LPDWORD | ldwTotsize, | ||
LPDWORD | ldwRequiredSize | ||
) |
Definition at line 562 of file rpcserver.c.
error_status_t __stdcall BaseRegQueryValue | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpValueName, | ||
LPDWORD | lpType, | ||
LPBYTE | lpData, | ||
LPDWORD | lpcbData, | ||
LPDWORD | lpcbLen | ||
) |
Definition at line 313 of file rpcserver.c.
error_status_t __stdcall BaseRegReplaceKey | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpSubKey, | ||
PRPC_UNICODE_STRING | lpNewFile, | ||
PRPC_UNICODE_STRING | lpOldFile | ||
) |
Definition at line 329 of file rpcserver.c.
error_status_t __stdcall BaseRegRestoreKey | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpFile, | ||
DWORD | Flags | ||
) |
Definition at line 343 of file rpcserver.c.
error_status_t __stdcall BaseRegSaveKey | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpFile, | ||
PRPC_SECURITY_ATTRIBUTES | pSecurityAttributes | ||
) |
Definition at line 356 of file rpcserver.c.
error_status_t __stdcall BaseRegSaveKeyEx | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpFile, | ||
PRPC_SECURITY_ATTRIBUTES | pSecurityAttributes, | ||
DWORD | Flags | ||
) |
Definition at line 522 of file rpcserver.c.
error_status_t __stdcall BaseRegSetKeySecurity | ( | RPC_HKEY | hKey, |
SECURITY_INFORMATION | SecurityInformation, | ||
PRPC_SECURITY_DESCRIPTOR | pRpcSecurityDescriptor | ||
) |
Definition at line 369 of file rpcserver.c.
error_status_t __stdcall BaseRegSetValue | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpValueName, | ||
DWORD | dwType, | ||
LPBYTE | lpData, | ||
DWORD | cbData | ||
) |
Definition at line 382 of file rpcserver.c.
error_status_t __stdcall BaseRegUnLoadKey | ( | RPC_HKEY | hKey, |
PRPC_UNICODE_STRING | lpSubKey | ||
) |
Definition at line 397 of file rpcserver.c.
void __RPC_FAR *__RPC_USER MIDL_user_allocate | ( | SIZE_T | len | ) |
Definition at line 56 of file rpcserver.c.
void __RPC_USER MIDL_user_free | ( | void __RPC_FAR * | ptr | ) |
Definition at line 62 of file rpcserver.c.
error_status_t WINAPI OpenClassesRoot | ( | PREGISTRY_SERVER_NAME | ServerName, |
REGSAM | samDesired, | ||
PRPC_HKEY | phKey | ||
) |
Definition at line 76 of file rpcserver.c.
error_status_t __stdcall OpenCurrentConfig | ( | PREGISTRY_SERVER_NAME | ServerName, |
REGSAM | samDesired, | ||
PRPC_HKEY | phKey | ||
) |
Definition at line 455 of file rpcserver.c.
error_status_t WINAPI OpenCurrentUser | ( | PREGISTRY_SERVER_NAME | ServerName, |
REGSAM | samDesired, | ||
PRPC_HKEY | phKey | ||
) |
Definition at line 89 of file rpcserver.c.
Definition at line 468 of file rpcserver.c.
error_status_t WINAPI OpenLocalMachine | ( | PREGISTRY_SERVER_NAME | ServerName, |
REGSAM | samDesired, | ||
PRPC_HKEY | phKey | ||
) |
Definition at line 102 of file rpcserver.c.
error_status_t WINAPI OpenPerformanceData | ( | PREGISTRY_SERVER_NAME | ServerName, |
REGSAM | samDesired, | ||
PRPC_HKEY | phKey | ||
) |
Definition at line 115 of file rpcserver.c.
error_status_t __stdcall OpenPerformanceNlsText | ( | PREGISTRY_SERVER_NAME | ServerName, |
REGSAM | samDesired, | ||
PRPC_HKEY | phKey | ||
) |
Definition at line 549 of file rpcserver.c.
error_status_t __stdcall OpenPerformanceText | ( | PREGISTRY_SERVER_NAME | ServerName, |
REGSAM | samDesired, | ||
PRPC_HKEY | phKey | ||
) |
Definition at line 536 of file rpcserver.c.
error_status_t WINAPI OpenUsers | ( | PREGISTRY_SERVER_NAME | ServerName, |
REGSAM | samDesired, | ||
PRPC_HKEY | phKey | ||
) |
Definition at line 128 of file rpcserver.c.
void __RPC_USER RPC_HKEY_rundown | ( | RPC_HKEY | hSCObject | ) |
Definition at line 68 of file rpcserver.c.
Definition at line 19 of file rpcserver.c.
Referenced by ServiceControlHandlerEx(), SvcEntry_Seclogon(), and WinMain().