Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

pst_string Struct Reference

The string is either utf8 encoded, or it is in the code page specified by the containing mapi object. More...

#include <src/libpst.h>


Data Fields

int is_utf8
 
  • 1 true
  • 0 false

char * str


Detailed Description

The string is either utf8 encoded, or it is in the code page specified by the containing mapi object.

It can be forced into utf8 by calling pst_convert_utf8() or pst_convert_utf8_null().

Definition at line 126 of file libpst.h.


Field Documentation

int pst_string::is_utf8
 

  • 1 true
  • 0 false

Definition at line 129 of file libpst.h.

Referenced by main().

char* pst_string::str
 

Definition at line 130 of file libpst.h.

Referenced by build_cn(), create_enter_dir(), main(), print_ldif_address(), print_ldif_dn(), print_ldif_multi(), print_ldif_single(), print_ldif_two(), write_normal_email(), and write_separate_attachment().


The documentation for this struct was generated from the following file:
Generated on Wed Jul 7 16:16:44 2010 for 'LibPst' by  doxygen 1.3.9.1