Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the Unicode character that is stored in the current IPropertyValue object.
Syntax
HRESULT GetChar16(
[out, retval] WCHAR *value
);
Parameters
[out, retval] value
Type: WCHAR*
The Unicode character.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
The property value was returned successfully. |
|
value is NULL. |
|
The type of value does not match the Type property. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Target Platform | Windows |
| Header | windows.foundation.h |