PEGraphTypeInfo contains information about the type of the specified chart and is used by PEGetGraphTypeInfo and PESetGraphTypeInfo.
typedef struct PEGraphTypeInfo {
WORD StructSize;
short graphType;
short graphSubtype;
} PEGraphTypeInfo;
Specifies the size of the PEGraphTypeInfo structure. Initialize this member to PE_SIZEOF_GRAPH_TYPE_INFO. | |
Uses one of the PE_GT_XXX Graph Type Constants, or PE_UNCHANGED for no change. | |
Uses one of the PE_GST_XXX Graph Subtype Constants, or PE_UNCHANGED for no change. |
Type PEGraphTypeInfo
StructSize As Integer
graphType As Integer
graphSubtype As Integer
End Type
type
PEGraphTypeInfo = record
StructSize : Word;
graphType : Smallint;
graphSubtype : Smallint;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |