HString Class
Visual Studio 2012
Provides support for manipulating HSTRING handles.
class HString;
|
Name |
Description |
|---|---|
|
Sets the value of the current HString object to the specified wide-character string or HString parameter. |
|
|
Associates the specified HString object with the current HString object. |
|
|
Disassociates the specified HString object from its underlying value. |
|
|
Retrieves a pointer to the underlying HSTRING handle. |
|
|
Retrieves the value of the underlying HSTRING handle. |
|
|
Deletes the underlying string value and intializes the current HString object to an empty value. |
|
|
Creates an HStringReference object from a specified string parameter. |