Go to the source code of this file.
Data Structures |
| struct | PIXCOUNTERINFO |
| struct | PIXPLUGININFO |
Defines |
| #define | PIX_PLUGIN_SYSTEM_VERSION 0x101 |
Typedefs |
| typedef int | PIXCOUNTERID |
Enumerations |
| enum | PIXCOUNTERDATATYPE {
PCDT_RESERVED,
PCDT_FLOAT,
PCDT_INT,
PCDT_INT64,
PCDT_STRING
} |
Functions |
| BOOL WINAPI | PIXBeginExperiment (PIXCOUNTERID id, const WCHAR *pstrApplication) |
| BOOL WINAPI | PIXEndFrame (PIXCOUNTERID id, UINT iFrame, DWORD *pdwReturnBytes, BYTE **ppReturnData) |
| BOOL WINAPI | PIXEndExperiment (PIXCOUNTERID id) |
| BOOL WINAPI | PIXGetCounterInfo (DWORD *pdwReturnCounters, PIXCOUNTERINFO **ppCounterInfoList) |
| BOOL WINAPI | PIXGetCounterDesc (PIXCOUNTERID id, WCHAR **ppstrCounterDesc) |
| BOOL WINAPI | PIXGetPluginInfo (PIXPLUGININFO *pPIXPluginInfo) |