Home
last modified time | relevance | path

Searched refs:bstrListName (Results 1 – 2 of 2) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsimcsdk.h478 virtual HRESULT WINAPI NewList(BSTR bstrListName,__LONG32 bfProperties,IDispatch **ppList) = 0;
479 virtual HRESULT WINAPI List(BSTR bstrListName,IDispatch **ppList) = 0;
480 virtual HRESULT WINAPI RemoveList(BSTR bstrListName) = 0;
509 …HRESULT (WINAPI *NewList)(IIMService *This,BSTR bstrListName,__LONG32 bfProperties,IDispatch **ppL…
510 HRESULT (WINAPI *List)(IIMService *This,BSTR bstrListName,IDispatch **ppList);
511 HRESULT (WINAPI *RemoveList)(IIMService *This,BSTR bstrListName);
542 #define IIMService_NewList(This,bstrListName,bfProperties,ppList) (This)->lpVtbl->NewList(This,bstr… argument
543 #define IIMService_List(This,bstrListName,ppList) (This)->lpVtbl->List(This,bstrListName,ppList) argument
544 #define IIMService_RemoveList(This,bstrListName) (This)->lpVtbl->RemoveList(This,bstrListName) argument
578 HRESULT WINAPI IIMService_List_Proxy(IIMService *This,BSTR bstrListName,IDispatch **ppList);
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsimcsdk.h478 virtual HRESULT WINAPI NewList(BSTR bstrListName,__LONG32 bfProperties,IDispatch **ppList) = 0;
479 virtual HRESULT WINAPI List(BSTR bstrListName,IDispatch **ppList) = 0;
480 virtual HRESULT WINAPI RemoveList(BSTR bstrListName) = 0;
509 …HRESULT (WINAPI *NewList)(IIMService *This,BSTR bstrListName,__LONG32 bfProperties,IDispatch **ppL…
510 HRESULT (WINAPI *List)(IIMService *This,BSTR bstrListName,IDispatch **ppList);
511 HRESULT (WINAPI *RemoveList)(IIMService *This,BSTR bstrListName);
542 #define IIMService_NewList(This,bstrListName,bfProperties,ppList) (This)->lpVtbl->NewList(This,bstr… argument
543 #define IIMService_List(This,bstrListName,ppList) (This)->lpVtbl->List(This,bstrListName,ppList) argument
544 #define IIMService_RemoveList(This,bstrListName) (This)->lpVtbl->RemoveList(This,bstrListName) argument
578 HRESULT WINAPI IIMService_List_Proxy(IIMService *This,BSTR bstrListName,IDispatch **ppList);
[all …]