Home
last modified time | relevance | path

Searched refs:Close (Results 1 – 10 of 10) sorted by relevance

/RvlSDK-3.2.2/build/demos/hio2demo/vc++/simple/
Dsimple.cpp97 l_cHio2Dll.Close(h); in __ReceiveCallback()
230 if ( l_hHIO2 != HIO2_INVALID_HANDLE_VALUE ) l_cHio2Dll.Close(l_hHIO2); in __HIO2Exit()
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/include/
DHio2DllIf.h30 BOOL Close ( HIO2Handle h );
DHio2IfHost.h110 HIO2IF_RESULT Close(HIO2IF_ID id);
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/multi/
Dmulti.rc96 MENUITEM "&Close", ID_FILE_CLOSE
115 MENUITEM "&Close", ID_FILE_CLOSE
303 ID_FILE_CLOSE "Close the active document\nClose"
378 AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
Dmulti.cpp96 pApp->m_pHioIf->Close(id); in HioIfEventCallback()
294 m_pHioIf->Close(id); in Disconnect()
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/src/
DHio2IfHost.cpp491 HIO2IF_RESULT CHio2If::Close(HIO2IF_ID id) in Close() function in CHio2If
506 BOOL result = m_cHio2Dll.Close(pStatus->m_hHIO); in Close()
530 if ( m_cHioStatus[i]->m_hHIO != HIO2IF_INVALID_HANDLE_VALUE ) Close(i); in Exit()
DHio2DllIf.cpp102 BOOL CHio2DllIf::Close( HIO2Handle h ) in Close() function in CHio2DllIf
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/dual/
Ddual.cpp336 m_pHioIf->Close(m_nSendID); in Disconnect()
348 m_pHioIf->Close(m_nRecvID); in Disconnect()
Ddouble-common.rc291 ID_FILE_CLOSE "Close the active document\nClose"
361 AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
Ddual.rc274 ID_FILE_CLOSE "Close the active document\nClose"
344 AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"