da_WTInfo

This function returns global information about the interface in an application-sup­plied buffer. Different types of information are specified by different index argu­ments. Applications use this function to receive information about tablet coordi­nates, physical dimensions, capabilities, and cursor types. Parameters: wCategory : UINT Identifies the category from which information is being re­quested. nIndex : UINT Identifies which information is being requested from within the category. lpOutput : LPVOID Points to a buffer to hold the requested information.

alias da_WTInfo = uint function(
,
uint nIndex
,
void* lpOutput
)

Return Value

The return value specifies the size of the returned information in bytes. If the infor­mation is not supported, the function returns zero. If a tablet is not physi­cally pres­ent, this function always returns zero.

Meta