Previous Topic: Typedef WGN_ACTIVEIMPORT_RESULTXML_FLAGSNext Topic: Input Combinations for ImportObject() Method


Typedef WgnSmartTag: struct

This enumerates a client-supplied structure populated with the name and value of the requested smart tag.

typedef struct
{
    LPOLESTR    szName;
    LPOLESTR    szValue;
}
WgnSmartTag;