#include "nt.h"
#include "ntrtlp.h"
Go to the source code of this file.
Defines | |
#define | GUID_STRING_SIZE 38 |
Functions | |
NTSYSAPI NTSTATUS NTAPI | RtlStringFromGUID (IN REFGUID Guid, OUT PUNICODE_STRING GuidString) |
int __cdecl | ScanHexFormat (IN const WCHAR *Buffer, IN ULONG MaximumLength, IN const WCHAR *Format,...) |
NTSYSAPI NTSTATUS NTAPI | RtlGUIDFromString (IN PUNICODE_STRING GuidString, OUT GUID *Guid) |
Variables | |
const WCHAR | GuidFormat [] |
|
|
|
Definition at line 191 of file guid.c. References Count, GuidFormat, RTL_PAGED_CODE, ScanHexFormat(), and USHORT. Referenced by IopParseSymbolicLinkName(), and IopRemoveDeviceInterfaces().
|
|
Definition at line 51 of file guid.c. References GUID_STRING_SIZE, GuidFormat, RTL_PAGED_CODE, and RtlAllocateStringRoutine. Referenced by CmpCloneHwProfile(), IoGetDeviceInterfaceAlias(), IopGetDeviceInterfaces(), and IopRegisterDeviceInterface().
|
|
Definition at line 93 of file guid.c. References Buffer, PUSHORT, and USHORT. Referenced by RtlGUIDFromString().
|
|
Definition at line 43 of file guid.c. Referenced by RtlGUIDFromString(), and RtlStringFromGUID(). |