SDK Htdisplaydll Chs

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

HTDispalyDll

HTDrawGrid
DLL_API void WINAPI HTDrawGrid(
HDC hDC, //
int nLeft,// left
int nTop, // top
int nRight, // right
int nBottom, // bottom
USHORT nHoriGridNum, //
USHORT nVertGridNum,//
USHORT nBright,//
USHORT IsGrid //
);

HTDrawWaveInYTVC++
DLL_API void WINAPI HTDrawWaveInYT(
HDC hDC, //
RECT Rect, // Rect
COLORREF clrRGB,//
USHORT nDisType,//
short* pSrcData, //
ULONG nSrcDataLen, //
ULONG nDisDataLen,//
ULONG nCenterData,//
USHORT nDisLeverPos, //
double dbHorizontal,//
double dbVertical,//
USHORT nYTFormat,//Normal Scan
ULONG nScanLen//
);

HTDrawWaveInYTVBVB , VC++ HTDrawWaveInYT


DLL_API void WINAPI HTDrawWaveInYTVB(
HDC hDC,
int left,
int top,
int right,
int bottom,
USHORT R,
USHORT G,
USHORT B,
USHORT nDisType,
short* pSrcData,
ULONG nSrcDataLen,
ULONG nDisDataLen,
ULONG nCenterData,
USHORT nDisLeverPos,
double dbHorizontal,
double dbVertical,
USHORT nYTFormat,
ULONG nScanLen
);

You might also like