|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | CONST_STR_SIZE(x) (sizeof(x) - sizeof(x[0])) |
| #define | CONST_STR_LEN(x) (sizeof(x)/sizeof(x[0]) - 1) |
| #define | NDEBUG |
Functions | |
| NTSTATUS NTAPI | IntCopyRegistryKey (_In_ HANDLE SourceKeyHandle, _In_ HANDLE DestKeyHandle) |
| NTSTATUS NTAPI | IntCopyRegistryValue (HANDLE SourceKeyHandle, HANDLE DestKeyHandle, PWSTR ValueName) |
| NTSTATUS NTAPI | IntSetupDeviceSettingsKey (PVIDEO_PORT_DEVICE_EXTENSION DeviceExtension) |
| NTSTATUS | IntDuplicateUnicodeString (IN ULONG Flags, IN PCUNICODE_STRING SourceString, OUT PUNICODE_STRING DestinationString) |
| NTSTATUS NTAPI | IntCreateNewRegistryPath (PVIDEO_PORT_DEVICE_EXTENSION DeviceExtension) |
| NTSTATUS NTAPI | IntCreateRegistryPath (IN PCUNICODE_STRING DriverRegistryPath, IN ULONG DeviceNumber, OUT PUNICODE_STRING DeviceRegistryPath) |
| #define NDEBUG |
Definition at line 29 of file registry.c.
Definition at line 34 of file registry.c.
Referenced by IntCopyRegistryKey(), and IntCreateNewRegistryPath().
| NTSTATUS NTAPI IntCopyRegistryValue | ( | HANDLE | SourceKeyHandle, |
| HANDLE | DestKeyHandle, | ||
| PWSTR | ValueName | ||
| ) |
Definition at line 233 of file registry.c.
Referenced by IntSetupDeviceSettingsKey().
| NTSTATUS NTAPI IntCreateNewRegistryPath | ( | PVIDEO_PORT_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 408 of file registry.c.
Referenced by IntVideoPortCreateAdapterDeviceObject().
| NTSTATUS NTAPI IntCreateRegistryPath | ( | IN PCUNICODE_STRING | DriverRegistryPath, |
| IN ULONG | DeviceNumber, | ||
| OUT PUNICODE_STRING | DeviceRegistryPath | ||
| ) |
Definition at line 603 of file registry.c.
Referenced by IntVideoPortCreateAdapterDeviceObject().
| NTSTATUS IntDuplicateUnicodeString | ( | IN ULONG | Flags, |
| IN PCUNICODE_STRING | SourceString, | ||
| OUT PUNICODE_STRING | DestinationString | ||
| ) |
Definition at line 361 of file registry.c.
Referenced by IntCreateNewRegistryPath().
| NTSTATUS NTAPI IntSetupDeviceSettingsKey | ( | PVIDEO_PORT_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 298 of file registry.c.
Referenced by IntVideoPortCreateAdapterDeviceObject().