Description
|
Gets the rotation factor
associated with the device. |
Parameters |
Dword to hold returned rotation value. |
Returns |
0 = fail, 1 = OK. If OK, returns rotation factor in passed
parameter. |
Notes |
None. |
Visual C++ Declaration/example
BOOL TBAPI TBApiGetRotate(DWORD* aRotate);
Public
Declare Function TBApiGetRotate Lib "TBapi" Alias "_DLL_TBApiGetRotate@4" (ByVal aRotate As Long) As Long