Process Hacker
|
#include <phbase.h>
Go to the source code of this file.
Functions | |
PPH_STRING | PhaCreateString (_In_ PWSTR Buffer) |
PPH_STRING | PhaCreateStringEx (_In_opt_ PWSTR Buffer, _In_ SIZE_T Length) |
PPH_STRING | PhaDuplicateString (_In_ PPH_STRING String) |
PPH_STRING | PhaConcatStrings (_In_ ULONG Count,...) |
PPH_STRING | PhaConcatStrings2 (_In_ PWSTR String1, _In_ PWSTR String2) |
PPH_STRING | PhaFormatString (_In_ _Printf_format_string_ PWSTR Format,...) |
PPH_STRING | PhaLowerString (_In_ PPH_STRING String) |
PPH_STRING | PhaUpperString (_In_ PPH_STRING String) |
PPH_STRING | PhaSubstring (_In_ PPH_STRING String, _In_ SIZE_T StartIndex, _In_ SIZE_T Count) |
PPH_STRING PhaConcatStrings | ( | _In_ ULONG | Count, |
... | |||
) |
Definition at line 47 of file basesupa.c.
PPH_STRING PhaConcatStrings2 | ( | _In_ PWSTR | String1, |
_In_ PWSTR | String2 | ||
) |
Definition at line 59 of file basesupa.c.
PPH_STRING PhaCreateString | ( | _In_ PWSTR | Buffer | ) |
Definition at line 25 of file basesupa.c.
PPH_STRING PhaCreateStringEx | ( | _In_opt_ PWSTR | Buffer, |
_In_ SIZE_T | Length | ||
) |
Definition at line 32 of file basesupa.c.
PPH_STRING PhaDuplicateString | ( | _In_ PPH_STRING | String | ) |
Definition at line 40 of file basesupa.c.
PPH_STRING PhaFormatString | ( | _In_ _Printf_format_string_ PWSTR | Format, |
... | |||
) |
Definition at line 67 of file basesupa.c.
PPH_STRING PhaLowerString | ( | _In_ PPH_STRING | String | ) |
Definition at line 79 of file basesupa.c.
PPH_STRING PhaSubstring | ( | _In_ PPH_STRING | String, |
_In_ SIZE_T | StartIndex, | ||
_In_ SIZE_T | Count | ||
) |
Definition at line 103 of file basesupa.c.
PPH_STRING PhaUpperString | ( | _In_ PPH_STRING | String | ) |
Definition at line 91 of file basesupa.c.