Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwinregistry.cpp File Reference

(0f3793fea21b17e540265e0f802fdf7b1a6340fe)

#include "qwinregistry_p.h"
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qdebug.h>
#include <QtCore/qendian.h>
#include <QtCore/qlist.h>
#include <QtCore/qwineventnotifier.h>
#include <QtCore/private/qsystemerror_p.h>
#include <ntstatus.h>
Include dependency graph for qwinregistry.cpp:

Go to the source code of this file.

Macros

#define UMDF_USING_NTSTATUS

Functions

NTSTATUS NTSYSCALLAPI NTAPI NtQueryKey (HANDLE KeyHandle, int KeyInformationClass, PVOID KeyInformation, ULONG Length, PULONG ResultLength)
static const wchar_t * nullTerminate (const QString &s)
QDebug operator<< (QDebug debug, const QWinRegistryKey &key)

Macro Definition Documentation

◆ UMDF_USING_NTSTATUS

#define UMDF_USING_NTSTATUS

Definition at line 5 of file qwinregistry.cpp.

Function Documentation

◆ NtQueryKey()

NTSTATUS NTSYSCALLAPI NTAPI NtQueryKey ( HANDLE KeyHandle,
int KeyInformationClass,
PVOID KeyInformation,
ULONG Length,
PULONG ResultLength )

◆ nullTerminate()

const wchar_t * nullTerminate ( const QString & s)
static

Definition at line 26 of file qwinregistry.cpp.

◆ operator<<()

QDebug operator<< ( QDebug debug,
const QWinRegistryKey & key )

Definition at line 244 of file qwinregistry.cpp.