Searched defs:GetTimeStamp (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3238 nsresult (*GetTimeStamp)(ISnapshot *pThis, PRInt64 *timeStamp); member in struct:ISnapshot_vtbl
H A DVBoxCAPI_v3_0.h3791 nsresult (*GetTimeStamp)(ISnapshot *pThis, PRInt64 *timeStamp); member in struct:ISnapshot_vtbl
H A DVBoxCAPI_v3_1.h3817 nsresult (*GetTimeStamp)(ISnapshot *pThis, PRInt64 *timeStamp); member in struct:ISnapshot_vtbl
H A DVBoxCAPI_v3_2.h4021 nsresult (*GetTimeStamp)(ISnapshot *pThis, PRInt64 *timeStamp); member in struct:ISnapshot_vtbl
H A DVBoxCAPI_v4_0.h4284 nsresult (*GetTimeStamp)(ISnapshot *pThis, PRInt64 *timeStamp); member in struct:ISnapshot_vtbl
H A DVBoxCAPI_v4_1.h4647 nsresult (*GetTimeStamp)(ISnapshot *pThis, PRInt64 *timeStamp); member in struct:ISnapshot_vtbl
H A DVBoxCAPI_v4_2.h5560 nsresult (*GetTimeStamp)(ISnapshot *pThis, PRInt64 *timeStamp); member in struct:ISnapshot_vtbl
H A DVBoxCAPI_v4_3.h11001 nsresult (*GetTimeStamp)(ISnapshot *pThis, PRInt64 *timeStamp); member in struct:ISnapshot_vtbl
11031 nsresult (*GetTimeStamp)(ISnapshot *pThis, PRInt64 *timeStamp); member in struct:ISnapshotVtbl
11060 #define ISnapshot_get_TimeStamp(p, aTimeStamp) ((p)->lpVtbl->GetTimeStamp(p, aTimeStamp))
11061 #define ISnapshot_GetTimeStamp(p, aTimeStamp) ((p)->lpVtbl->GetTimeStamp(p, aTimeStamp))

Completed in 270 milliseconds