|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "wdfloader.h"
Go to the source code of this file.
Functions | |
| NTSTATUS NTAPI | GetVersionRegistryHandle (_In_ PWDF_BIND_INFO BindInfo, _Out_ PHANDLE HandleRegKey) |
| Open framework version registry key. | |
| NTSTATUS NTAPI | GetDefaultServiceName (_In_ PWDF_BIND_INFO BindInfo, _Out_ PUNICODE_STRING RegistryPath) |
| Create default service path from bind info. | |
| NTSTATUS | GetVersionServicePath (_In_ PWDF_BIND_INFO BindInfo, _Out_ PUNICODE_STRING ServicePath) |
| Get service path from bind info and registry. | |
| BOOLEAN | ServiceCheckBootStart (_In_ PUNICODE_STRING Service) |
| NTSTATUS | FxLdrQueryUlong (_In_ HANDLE KeyHandle, _In_ PUNICODE_STRING ValueName, _Out_ PULONG Value) |
| NTSTATUS | FxLdrQueryData (_In_ HANDLE KeyHandle, _In_ PUNICODE_STRING ValueName, _In_ ULONG Tag, _Out_ PKEY_VALUE_PARTIAL_INFORMATION *KeyValPartialInfo) |
| NTSTATUS | BuildServicePath (_In_ PKEY_VALUE_PARTIAL_INFORMATION KeyValueInformation, _In_ PUNICODE_STRING ServicePath) |
| NTSTATUS BuildServicePath | ( | _In_ PKEY_VALUE_PARTIAL_INFORMATION | KeyValueInformation, |
| _In_ PUNICODE_STRING | ServicePath | ||
| ) |
Definition at line 338 of file registry.c.
Referenced by GetClassServicePath(), and GetVersionServicePath().
| NTSTATUS FxLdrQueryData | ( | _In_ HANDLE | KeyHandle, |
| _In_ PUNICODE_STRING | ValueName, | ||
| _In_ ULONG | Tag, | ||
| _Out_ PKEY_VALUE_PARTIAL_INFORMATION * | KeyValPartialInfo | ||
| ) |
Definition at line 267 of file registry.c.
Referenced by GetClassServicePath(), GetImageName(), and GetVersionServicePath().
| NTSTATUS FxLdrQueryUlong | ( | _In_ HANDLE | KeyHandle, |
| _In_ PUNICODE_STRING | ValueName, | ||
| _Out_ PULONG | Value | ||
| ) |
Definition at line 231 of file registry.c.
Referenced by ServiceCheckBootStart(), and WdfLdrDiagnosticsValueByNameAsULONG().
| NTSTATUS NTAPI GetDefaultServiceName | ( | _In_ PWDF_BIND_INFO | BindInfo, |
| _Out_ PUNICODE_STRING | RegistryPath | ||
| ) |
Create default service path from bind info.
| BindInfo | Bind information |
| RegistryPath | Created service path |
Definition at line 88 of file registry.c.
Referenced by GetVersionServicePath().
| NTSTATUS NTAPI GetVersionRegistryHandle | ( | _In_ PWDF_BIND_INFO | BindInfo, |
| _Out_ PHANDLE | HandleRegKey | ||
| ) |
Open framework version registry key.
| BindInfo | Bind information |
| HandleRegKey | Opened key handle |
Definition at line 21 of file registry.c.
Referenced by GetVersionServicePath().
| NTSTATUS GetVersionServicePath | ( | _In_ PWDF_BIND_INFO | BindInfo, |
| _Out_ PUNICODE_STRING | ServicePath | ||
| ) |
Get service path from bind info and registry.
| BindInfo | Bind information |
| ServicePath | Service path in registry |
Definition at line 141 of file registry.c.
Referenced by ReferenceVersion().
| BOOLEAN ServiceCheckBootStart | ( | _In_ PUNICODE_STRING | Service | ) |
Definition at line 194 of file registry.c.
Referenced by ClassCreate().