Searched defs:GetNodeId (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_1.h4346 nsresult (*GetNodeId)(IGuestDirEntry *pThis, PRInt64 *nodeId); member in struct:IGuestDirEntry_vtbl
H A DVBoxCAPI_v4_2.h5243 nsresult (*GetNodeId)(IFsObjInfo *pThis, PRInt64 *nodeId); member in struct:IFsObjInfo_vtbl
H A DVBoxCAPI_v4_3.h10156 nsresult (*GetNodeId)(IFsObjInfo *pThis, PRInt64 *nodeId); member in struct:IFsObjInfo_vtbl
10201 nsresult (*GetNodeId)(IFsObjInfo *pThis, PRInt64 *nodeId); member in struct:IFsObjInfoVtbl
10243 #define IFsObjInfo_get_NodeId(p, aNodeId) ((p)->lpVtbl->GetNodeId(p, aNodeId))
10244 #define IFsObjInfo_GetNodeId(p, aNodeId) ((p)->lpVtbl->GetNodeId(p, aNodeId))
10314 nsresult (*GetNodeId)(IGuestFsObjInfo *pThis, PRInt64 *nodeId); member in struct:IGuestFsObjInfoVtbl
10356 #define IGuestFsObjInfo_get_NodeId(p, aNodeId) ((p)->lpVtbl->GetNodeId(p, aNodeId))
10357 #define IGuestFsObjInfo_GetNodeId(p, aNodeId) ((p)->lpVtbl->GetNodeId(p, aNodeId))

Completed in 178 milliseconds