Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether the specified string is the empty string.
Syntax
BOOL WindowsIsStringEmpty(
HSTRING string
);
Parameters
string
Type: [in] HSTRING
The string to be tested for content.
Return value
Type: BOOL
TRUE if string is NULL or the empty string; otherwise, FALSE.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | winstring.h |
| Library | mincore.lib |