Searched defs:GetBootPriority (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_2.h4627 nsresult (*GetBootPriority)(INetworkAdapter *pThis, PRUint32 *bootPriority); member in struct:INetworkAdapter_vtbl
H A DVBoxCAPI_v4_0.h4921 nsresult (*GetBootPriority)(INetworkAdapter *pThis, PRUint32 *bootPriority); member in struct:INetworkAdapter_vtbl
H A DVBoxCAPI_v4_1.h5304 nsresult (*GetBootPriority)(INetworkAdapter *pThis, PRUint32 *bootPriority); member in struct:INetworkAdapter_vtbl
H A DVBoxCAPI_v4_2.h6239 nsresult (*GetBootPriority)(INetworkAdapter *pThis, PRUint32 *bootPriority); member in struct:INetworkAdapter_vtbl
H A DVBoxCAPI_v4_3.h12711 nsresult (*GetBootPriority)(INetworkAdapter *pThis, PRUint32 *bootPriority); member in struct:INetworkAdapter_vtbl
12791 nsresult (*GetBootPriority)(INetworkAdapter *pThis, PRUint32 *bootPriority); member in struct:INetworkAdapterVtbl
12882 #define INetworkAdapter_get_BootPriority(p, aBootPriority) ((p)->lpVtbl->GetBootPriority(p, aBootPriority))
12883 #define INetworkAdapter_GetBootPriority(p, aBootPriority) ((p)->lpVtbl->GetBootPriority(p, aBootPriority))

Completed in 347 milliseconds