ReactOS 0.4.16-dev-125-g798ea90
|
#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) |
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().