HomeSort by relevance Sort by last modified time
    Searched defs:put_Direction (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
termmgr.h 289 virtual HRESULT WINAPI put_Direction(TMGR_DIRECTION nDirection) = 0;
317 HRESULT (WINAPI *put_Direction)(ITPluggableTerminalClassRegistration *This,TMGR_DIRECTION nDirection);
347 #define ITPluggableTerminalClassRegistration_put_Direction(This,nDirection) (This)->lpVtbl->put_Direction(This,nDirection)
    [all...]
adoint.h     [all...]

Completed in 1242 milliseconds