winstl/registry/util/defs.hpp File Reference


Detailed Description

[C++ only] Common type and feature discriminations for the Windows Registry Library.

#include <winstl/winstl.h>
#include <stlsoft/string/simple_string.hpp>

Go to the source code of this file.

Namespaces

namespace  winstl

Defines

#define _WINSTL_REG_STRING_STRING_A_DEFINED
 If defined, it indicates that the reg_string_a_t string type (for ANSI character encoding) has been defined.
#define _WINSTL_REG_STRING_STRING_W_DEFINED
 If defined, it indicates that the reg_string_a_t string type (for Unicode character encoding) has been defined.

Typedefs

typedef
stlsoft::basic_simple_string
< char > 
reg_string_a_t
 String type for ANSI character encoding used by the Registry library.
typedef
stlsoft::basic_simple_string
< wchar_t > 
reg_string_w_t
 String type for Unicode character encoding used by the Registry library.
typedef
stlsoft::basic_simple_string
< TCHAR > 
reg_string_t
 String type for TCHAR character encoding used by the Registry library.

Variables

const size_t CCH_REG_API_AUTO_BUFFER = 512
 Number of characters in internal buffer of auto_buffer used throughout the Registry library.


Define Documentation

#define _WINSTL_REG_STRING_STRING_A_DEFINED

If defined, it indicates that the reg_string_a_t string type (for ANSI character encoding) has been defined.

#define _WINSTL_REG_STRING_STRING_W_DEFINED

If defined, it indicates that the reg_string_a_t string type (for Unicode character encoding) has been defined.


Generated on Thu Jun 10 08:58:15 2010 for STLSoft by  doxygen 1.5.6