ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Macros | |
#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 26 of file registry.c.
Definition at line 31 of file registry.c.
Referenced by IntCopyRegistryKey(), and IntCreateNewRegistryPath().
NTSTATUS NTAPI IntCopyRegistryValue | ( | HANDLE | SourceKeyHandle, |
HANDLE | DestKeyHandle, | ||
PWSTR | ValueName | ||
) |
Definition at line 230 of file registry.c.
Referenced by IntSetupDeviceSettingsKey().
NTSTATUS NTAPI IntCreateNewRegistryPath | ( | PVIDEO_PORT_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 407 of file registry.c.
Referenced by IntVideoPortCreateAdapterDeviceObject().
NTSTATUS NTAPI IntCreateRegistryPath | ( | IN PCUNICODE_STRING | DriverRegistryPath, |
IN ULONG | DeviceNumber, | ||
OUT PUNICODE_STRING | DeviceRegistryPath | ||
) |
Definition at line 601 of file registry.c.
Referenced by IntVideoPortCreateAdapterDeviceObject().
NTSTATUS IntDuplicateUnicodeString | ( | IN ULONG | Flags, |
IN PCUNICODE_STRING | SourceString, | ||
OUT PUNICODE_STRING | DestinationString | ||
) |
Definition at line 360 of file registry.c.
Referenced by IntCreateNewRegistryPath().
NTSTATUS NTAPI IntSetupDeviceSettingsKey | ( | PVIDEO_PORT_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 297 of file registry.c.
Referenced by IntVideoPortCreateAdapterDeviceObject().