|
ReactOS 0.4.16-dev-1983-g1a17364
|
#include "diskpart.h"
Go to the source code of this file.
Functions | |
| BOOL | IsDecString (_In_ PWSTR pszDecString) |
| BOOL | IsHexString (_In_ PWSTR pszHexString) |
| BOOL | HasPrefix (_In_ PWSTR pszString, _In_ PWSTR pszPrefix, _Out_opt_ PWSTR *ppszSuffix) |
| ULONGLONG | RoundingDivide (_In_ ULONGLONG Dividend, _In_ ULONGLONG Divisor) |
| PWSTR | DuplicateQuotedString (_In_ PWSTR pszInString) |
| PWSTR | DuplicateString (_In_ PWSTR pszInString) |
| VOID | CreateGUID (_Out_ GUID *pGuid) |
| VOID | CreateSignature (_Out_ PDWORD pSignature) |
| VOID | PrintGUID (_Out_ PWSTR pszBuffer, _In_ GUID *pGuid) |
Definition at line 152 of file misc.c.
Referenced by ConvertGPT().
Definition at line 168 of file misc.c.
Referenced by ConvertMBR().
Definition at line 84 of file misc.c.
Definition at line 129 of file misc.c.
Definition at line 58 of file misc.c.
Referenced by AcpiExGetNameString(), CreateExtendedPartition(), CreateLogicalPartition(), CreatePrimaryPartition(), setid_main(), and UniqueIdDisk().
Definition at line 14 of file misc.c.
Referenced by SelectDisk(), SelectPartition(), and SelectVolume().
Definition at line 36 of file misc.c.
Referenced by UniqueIdDisk().
Definition at line 187 of file misc.c.
Referenced by DetailDisk(), and UniqueIdDisk().