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

(86f0f1aebe36d04971052d81ece361a558a47eec)

#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 4 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 25 of file qwinregistry.cpp.

◆ operator<<()

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

Definition at line 241 of file qwinregistry.cpp.