|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <atlconv.h>
Public Member Functions | |
| CA2WEX (_In_z_ LPCSTR psz) | |
| CA2WEX (_In_z_ LPCSTR psz, _In_ UINT nCodePage) | |
| ~CA2WEX () noexcept | |
| _Ret_z_ | operator LPWSTR () const noexcept |
Public Attributes | |
| LPWSTR | m_psz |
| wchar_t | m_szBuffer [t_nBufferLength] |
Private Member Functions | |
| CA2WEX (_In_ const CA2WEX &) noexcept=delete | |
| CA2WEX & | operator= (_In_ const CA2WEX &) noexcept=delete |
| void | Init (_In_z_ LPCSTR psz, _In_ UINT nCodePage) |
|
inline |
|
inlinenoexcept |
|
privatedeletenoexcept |
|
inlineprivate |
Definition at line 221 of file atlconv.h.
|
inlinenoexcept |
|
privatedeletenoexcept |
| LPWSTR ATL::CA2WEX< t_nBufferLength >::m_psz |
Definition at line 192 of file atlconv.h.
Referenced by ATL::CA2WEX< t_nBufferLength >::Init(), ATL::CA2WEX< t_nBufferLength >::operator LPWSTR(), START_TEST(), and ATL::CA2WEX< t_nBufferLength >::~CA2WEX().
| wchar_t ATL::CA2WEX< t_nBufferLength >::m_szBuffer[t_nBufferLength] |
Definition at line 193 of file atlconv.h.
Referenced by ATL::CA2WEX< t_nBufferLength >::Init(), START_TEST(), and ATL::CA2WEX< t_nBufferLength >::~CA2WEX().