- FIX32
alias FIX32 = uint
Undocumented in source.
- HCTX
alias HCTX = void*
Undocumented in source.
- HMGR
alias HMGR = void*
Undocumented in source.
- WTPKT
alias WTPKT = uint
Undocumented in source.
- da_WTClose
alias da_WTClose = int function(HCTX hCtx)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTConfig
alias da_WTConfig = int function(HCTX hCtx, HWND hWnd)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTDataPeek
alias da_WTDataPeek = int function(HCTX hCtx, uint, uint, int, void*, int*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTEnable
alias da_WTEnable = int function(HCTX hCtx, BOOL fEnable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTExtGet
alias da_WTExtGet = int function(HCTX hCtx, uint, void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTExtSet
alias da_WTExtSet = int function(HCTX hCtx, uint, void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTGet
alias da_WTGet = int function(HCTX hCtx, LOGCONTEXT* lpLogCtx)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTInfo
alias da_WTInfo = uint function(uint wCategory, uint nIndex, void* lpOutput)
This function returns global information about the interface in an application-supplied buffer.
Different types of information are specified by different index arguments. Applications use this function to receive information about tablet coordinates, physical dimensions, capabilities, and cursor types.
- da_WTMgrClose
alias da_WTMgrClose = int function(HMGR hMgr)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTMgrDefContext
alias da_WTMgrDefContext = HCTX function(HMGR hMgr, int)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTMgrDefContextEx
alias da_WTMgrDefContextEx = HCTX function(HMGR hMgr, uint, int)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTMgrOpen
alias da_WTMgrOpen = HMGR function(HWND hWnd, uint)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTOpen
alias da_WTOpen = HCTX function(HWND hWnd, LOGCONTEXT* lpLogCtx, BOOL fEnable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTOverlap
alias da_WTOverlap = int function(HCTX hCtx, BOOL fToTop)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTPacket
alias da_WTPacket = int function(HCTX hCtx, uint wSerial, void* lpPkt)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTPacketsGet
alias da_WTPacketsGet = int function(HCTX hCtx, int, void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTQueueSizeSet
alias da_WTQueueSizeSet = int function(HCTX hCtx, int)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTRestore
alias da_WTRestore = HCTX function(HWND hWnd, void*, int)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTSave
alias da_WTSave = int function(HCTX hCtx, void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- da_WTSet
alias da_WTSet = int function(HCTX, LOGCONTEXT* lpLogCtx)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Derelict binding of WinTab (Wacom Tablet) API.