Event Tracing Provider Framework  

CVariableLengthBaseEvent::CopyString

Used by the derived class as a helper function to copy a string into the EVENT_TRACE_HEADER structure.

[C++]
protected: void CopyString(
    LPWSTR lpszDest, 
    LPCWSTR lpszSource
    );

Parameters

lpszSource
The address of the source string.
lpszDest
The address of the destination string.

Return Value

None.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Header: Declared in WMIEventTracing.h

 

See Also

CVariableLengthBaseEvent Members | CVariableLengthBaseEvent | CTraceEvent Members | CTraceEvent | CTraceController Members | CTraceController | CEventTraceConfig | CBaseEvent Members | CBaseEvent

Contact Me   |  Developing WMI Solutions    |   Gwyn Cole's Developer Blog    |   Legal
 © 2003 Content by Gwyn Cole. All rights reserved.