Searched defs:SetTFTPPrefix (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h7250 nsresult (*SetTFTPPrefix)(INATEngine *pThis, PRUnichar * TFTPPrefix); member in struct:INATEngine_vtbl
H A DVBoxCAPI_v4_3.h14924 nsresult (*SetTFTPPrefix)(INATEngine *pThis, PRUnichar * TFTPPrefix); member in struct:INATEngine_vtbl
14993 nsresult (*SetTFTPPrefix)(INATEngine *pThis, PRUnichar * TFTPPrefix); member in struct:INATEngineVtbl
15062 #define INATEngine_put_TFTPPrefix(p, aTFTPPrefix) ((p)->lpVtbl->SetTFTPPrefix(p, aTFTPPrefix))
15063 #define INATEngine_SetTFTPPrefix(p, aTFTPPrefix) ((p)->lpVtbl->SetTFTPPrefix(p, aTFTPPrefix))

Completed in 475 milliseconds