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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_2.h4628 nsresult (*SetBootPriority)(INetworkAdapter *pThis, PRUint32 bootPriority); member in struct:INetworkAdapter_vtbl
H A DVBoxCAPI_v4_0.h4922 nsresult (*SetBootPriority)(INetworkAdapter *pThis, PRUint32 bootPriority); member in struct:INetworkAdapter_vtbl
H A DVBoxCAPI_v4_1.h5305 nsresult (*SetBootPriority)(INetworkAdapter *pThis, PRUint32 bootPriority); member in struct:INetworkAdapter_vtbl
H A DVBoxCAPI_v4_2.h6240 nsresult (*SetBootPriority)(INetworkAdapter *pThis, PRUint32 bootPriority); member in struct:INetworkAdapter_vtbl
H A DVBoxCAPI_v4_3.h12712 nsresult (*SetBootPriority)(INetworkAdapter *pThis, PRUint32 bootPriority); member in struct:INetworkAdapter_vtbl
12792 nsresult (*SetBootPriority)(INetworkAdapter *pThis, PRUint32 bootPriority); member in struct:INetworkAdapterVtbl
12884 #define INetworkAdapter_put_BootPriority(p, aBootPriority) ((p)->lpVtbl->SetBootPriority(p, aBootPriority))
12885 #define INetworkAdapter_SetBootPriority(p, aBootPriority) ((p)->lpVtbl->SetBootPriority(p, aBootPriority))

Completed in 318 milliseconds