Main Page   Class Hierarchy   Compound List   File List   Compound Members  

EMF::WCHARSTR Struct Reference

Represent a wide (UNICODE) character string in a simple way. More...

#include <libemf.h>

List of all members.

Public Methods

 WCHARSTR (WCHAR *const string, const int length)

Public Attributes

WCHAR* const string_
 String of WCHARs.

const int length_
 Number of WCHARs in string.


Detailed Description

Represent a wide (UNICODE) character string in a simple way.

Even (widechar) strings have to be byte swapped. This structure allows us to provide a uniform stream-like interface for writing out all the components of metafiles.


Constructor & Destructor Documentation

EMF::WCHARSTR::WCHARSTR ( WCHAR *const string,
const int length ) [inline]
 

Simple constructor.

Parameters:
string   pointer to string of WCHARS.
n   number of WCHARS in string.


The documentation for this struct was generated from the following file:
Generated at Mon Jan 13 21:34:19 2003 for EMF by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001