#include <winstl/shims/access/string/LSA_UNICODE_STRING.hpp>
Public Types | |
typedef c_str_ptr_LSA_UNICODE_STRING_proxy | class_type |
This type. | |
Public Member Functions | |
c_str_ptr_LSA_UNICODE_STRING_proxy (LSA_UNICODE_STRING const &s) | |
Constructs an instance of the proxy from the given LSA_UNICODE_STRING instance. | |
c_str_ptr_LSA_UNICODE_STRING_proxy (class_type const &rhs) | |
~c_str_ptr_LSA_UNICODE_STRING_proxy () throw () | |
Releases any storage aquired by the proxy. | |
operator LPCWSTR () const | |
Returns a null-terminated string representing the string contents, or the empty string "" if the string has no contents. |
This type.
c_str_ptr_LSA_UNICODE_STRING_proxy | ( | LSA_UNICODE_STRING const & | s | ) | [inline, explicit] |
Constructs an instance of the proxy from the given LSA_UNICODE_STRING instance.
s | The LSA_UNICODE_STRING instance from which the text will be retrieved |
~c_str_ptr_LSA_UNICODE_STRING_proxy | ( | ) | throw () [inline] |
Releases any storage aquired by the proxy.
operator LPCWSTR | ( | ) | const [inline] |
Returns a null-terminated string representing the string contents, or the empty string "" if the string has no contents.