#include "diskpart.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ UniqueIdDisk()
Definition at line 17 of file uniqueid.c.
20{
23
25 {
28 }
29
31 {
36 }
37
39 {
42 }
43
45 {
48 }
49
50 if ((pszSuffix ==
NULL) ||
51 (
wcslen(pszSuffix) != 8) ||
53 {
56 }
57
60 {
63 }
64
65 DPRINT(
"New Signature: 0x%08lx\n", ulValue);
70
72}
void ConPuts(FILE *fp, LPCWSTR psz)
void ConPrintf(FILE *fp, LPCWSTR psz,...)
void ConResPuts(FILE *fp, UINT nID)
#define IDS_ERROR_INVALID_ARGS
#define IDS_SELECT_NO_DISK
BOOL HasPrefix(_In_ PWSTR pszString, _In_ PWSTR pszPrefix, _Out_opt_ PWSTR *pszSuffix)
BOOL IsHexString(_In_ PWSTR pszHexString)
_Check_return_ unsigned long __cdecl wcstoul(_In_z_ const wchar_t *_Str, _Out_opt_ _Deref_post_z_ wchar_t **_EndPtr, _In_ int _Radix)
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
static VOID UpdateDiskLayout(IN PDISKENTRY DiskEntry)
NTSTATUS WritePartitions(IN PDISKENTRY DiskEntry)
PDRIVE_LAYOUT_INFORMATION LayoutBuffer