Searched defs:get_DBPath (Results 1 - 2 of 2) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | emostore.h | 315 virtual HRESULT WINAPI get_DBPath(BSTR *varDBPath) = 0; 353 HRESULT (WINAPI *get_DBPath)(IPublicStoreDB *This,BSTR *varDBPath); member in struct:IPublicStoreDBVtbl 393 #define IPublicStoreDB_get_DBPath(This,varDBPath) (This)->lpVtbl->get_DBPath(This,varDBPath) 486 virtual HRESULT WINAPI get_DBPath(BSTR *varDBPath) = 0; 526 HRESULT (WINAPI *get_DBPath)(IMailboxStoreDB *This,BSTR *varDBPath); member in struct:IMailboxStoreDBVtbl 568 #define IMailboxStoreDB_get_DBPath(This,varDBPath) (This)->lpVtbl->get_DBPath(This,varDBPath)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | emostore.h | 315 virtual HRESULT WINAPI get_DBPath(BSTR *varDBPath) = 0; 353 HRESULT (WINAPI *get_DBPath)(IPublicStoreDB *This,BSTR *varDBPath); member in struct:IPublicStoreDBVtbl 393 #define IPublicStoreDB_get_DBPath(This,varDBPath) (This)->lpVtbl->get_DBPath(This,varDBPath) 486 virtual HRESULT WINAPI get_DBPath(BSTR *varDBPath) = 0; 526 HRESULT (WINAPI *get_DBPath)(IMailboxStoreDB *This,BSTR *varDBPath); member in struct:IMailboxStoreDBVtbl 568 #define IMailboxStoreDB_get_DBPath(This,varDBPath) (This)->lpVtbl->get_DBPath(This,varDBPath)
|
Completed in 26 milliseconds