|
static | int (WINAPI *pSHSearchMapInt)(const int * |
|
static | HRESULT (WINAPI *pGetAcceptLanguagesA)(LPSTR |
|
static | HANDLE (WINAPI *pSHAllocShared)(LPCVOID |
|
static | LPVOID (WINAPI *pSHLockShared)(HANDLE |
|
static | BOOL (WINAPI *pSHUnlockShared)(LPVOID) |
|
static | HRESULT (WINAPIV *pSHPackDispParams)(DISPPARAMS * |
|
static | LONG (WINAPI *pSHSetWindowBits)(HWND |
|
static | INT (WINAPI *pSHFormatDateTimeA)(const FILETIME UNALIGNED * |
|
static | DWORD (WINAPI *pSHGetObjectCompatFlags)(IUnknown * |
|
static const CLSID *static CLSID *static const GUID VARIANT VARIANT *static IServiceProvider DWORD *static | HWND (WINAPI *pSHCreateWorkerWindowA)(LONG |
|
static | HKEY (WINAPI *pSHGetShellKey)(DWORD |
|
static SECURITY_DESCRIPTOR *WINAPI * | pGetShellSecurityDescriptor (const SHELL_USER_PERMISSION **, int) |
|
static int | strcmp_wa (LPCWSTR strw, const char *stra) |
|
static void | init_call_trace (call_trace_t *ctrace) |
|
static void | free_call_trace (const call_trace_t *ctrace) |
|
static void | add_call (call_trace_t *ctrace, int id, const void *arg0, const void *arg1, const void *arg2, const void *arg3, const void *arg4) |
|
static void | ok_trace_ (call_trace_t *texpected, call_trace_t *tgot, int line) |
|
static void | test_GetAcceptLanguagesA (void) |
|
static void | test_SHSearchMapInt (void) |
|
static void | test_alloc_shared (int argc, char **argv) |
|
static void | test_alloc_shared_remote (DWORD procid, HANDLE hmem) |
|
static void | test_fdsa (void) |
|
static void | test_GetShellSecurityDescriptor (void) |
|
static void | test_SHPackDispParams (void) |
|
static Disp * | impl_from_IDispatch (IDispatch *iface) |
|
static Contain * | impl_from_IConnectionPointContainer (IConnectionPointContainer *iface) |
|
static ConPt * | impl_from_IConnectionPoint (IConnectionPoint *iface) |
|
static EnumCon * | impl_from_IEnumConnections (IEnumConnections *iface) |
|
static EnumPt * | impl_from_IEnumConnectionPoints (IEnumConnectionPoints *iface) |
|
static HRESULT WINAPI | Disp_QueryInterface (IDispatch *This, REFIID riid, void **ppvObject) |
|
static ULONG WINAPI | Disp_AddRef (IDispatch *This) |
|
static ULONG WINAPI | Disp_Release (IDispatch *This) |
|
static HRESULT WINAPI | Disp_GetTypeInfoCount (IDispatch *This, UINT *pctinfo) |
|
static HRESULT WINAPI | Disp_GetTypeInfo (IDispatch *This, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | Disp_GetIDsOfNames (IDispatch *This, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | Disp_Invoke (IDispatch *This, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | Enum_QueryInterface (IEnumConnections *This, REFIID riid, void **ppvObject) |
|
static ULONG WINAPI | Enum_AddRef (IEnumConnections *This) |
|
static ULONG WINAPI | Enum_Release (IEnumConnections *This) |
|
static HRESULT WINAPI | Enum_Next (IEnumConnections *This, ULONG cConnections, LPCONNECTDATA rgcd, ULONG *pcFetched) |
|
static HRESULT WINAPI | Enum_Skip (IEnumConnections *This, ULONG cConnections) |
|
static HRESULT WINAPI | Enum_Reset (IEnumConnections *This) |
|
static HRESULT WINAPI | Enum_Clone (IEnumConnections *This, IEnumConnections **ppEnum) |
|
static HRESULT WINAPI | ConPt_QueryInterface (IConnectionPoint *This, REFIID riid, void **ppvObject) |
|
static ULONG WINAPI | ConPt_AddRef (IConnectionPoint *This) |
|
static ULONG WINAPI | ConPt_Release (IConnectionPoint *This) |
|
static HRESULT WINAPI | ConPt_GetConnectionInterface (IConnectionPoint *This, IID *pIID) |
|
static HRESULT WINAPI | ConPt_GetConnectionPointContainer (IConnectionPoint *This, IConnectionPointContainer **ppCPC) |
|
static HRESULT WINAPI | ConPt_Advise (IConnectionPoint *This, IUnknown *pUnkSink, DWORD *pdwCookie) |
|
static HRESULT WINAPI | ConPt_Unadvise (IConnectionPoint *This, DWORD dwCookie) |
|
static HRESULT WINAPI | ConPt_EnumConnections (IConnectionPoint *This, IEnumConnections **ppEnum) |
|
static HRESULT WINAPI | EnumPt_QueryInterface (IEnumConnectionPoints *This, REFIID riid, void **ppvObject) |
|
static ULONG WINAPI | EnumPt_AddRef (IEnumConnectionPoints *This) |
|
static ULONG WINAPI | EnumPt_Release (IEnumConnectionPoints *This) |
|
static HRESULT WINAPI | EnumPt_Next (IEnumConnectionPoints *This, ULONG cConnections, IConnectionPoint **rgcd, ULONG *pcFetched) |
|
static HRESULT WINAPI | EnumPt_Skip (IEnumConnectionPoints *This, ULONG cConnections) |
|
static HRESULT WINAPI | EnumPt_Reset (IEnumConnectionPoints *This) |
|
static HRESULT WINAPI | EnumPt_Clone (IEnumConnectionPoints *This, IEnumConnectionPoints **ppEnumPt) |
|
static HRESULT WINAPI | Contain_QueryInterface (IConnectionPointContainer *This, REFIID riid, void **ppvObject) |
|
static ULONG WINAPI | Contain_AddRef (IConnectionPointContainer *This) |
|
static ULONG WINAPI | Contain_Release (IConnectionPointContainer *This) |
|
static HRESULT WINAPI | Contain_EnumConnectionPoints (IConnectionPointContainer *This, IEnumConnectionPoints **ppEnum) |
|
static HRESULT WINAPI | Contain_FindConnectionPoint (IConnectionPointContainer *This, REFIID riid, IConnectionPoint **ppCP) |
|
static void | test_IConnectionPoint (void) |
|
static PropBag * | impl_from_IPropertyBag (IPropertyBag *iface) |
|
static HRESULT WINAPI | Prop_QueryInterface (IPropertyBag *This, REFIID riid, void **ppvObject) |
|
static ULONG WINAPI | Prop_AddRef (IPropertyBag *This) |
|
static ULONG WINAPI | Prop_Release (IPropertyBag *This) |
|
static HRESULT WINAPI | Prop_Read (IPropertyBag *This, LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog *pErrorLog) |
|
static HRESULT WINAPI | Prop_Write (IPropertyBag *This, LPCOLESTR pszPropName, VARIANT *pVar) |
|
static void | test_SHPropertyBag_ReadLONG (void) |
|
static void | test_SHSetWindowBits (void) |
|
static void | test_SHFormatDateTimeA (void) |
|
static void | test_SHFormatDateTimeW (void) |
|
static void | test_SHGetObjectCompatFlags (void) |
|
static IOleCommandTargetImpl * | impl_from_IOleCommandTarget (IOleCommandTarget *iface) |
|
static IOleCommandTarget * | IOleCommandTargetImpl_Construct (void) |
|
static HRESULT WINAPI | IOleCommandTargetImpl_QueryInterface (IOleCommandTarget *iface, REFIID riid, void **ppvObj) |
|
static ULONG WINAPI | IOleCommandTargetImpl_AddRef (IOleCommandTarget *iface) |
|
static ULONG WINAPI | IOleCommandTargetImpl_Release (IOleCommandTarget *iface) |
|
static HRESULT WINAPI | IOleCommandTargetImpl_QueryStatus (IOleCommandTarget *iface, const GUID *group, ULONG cCmds, OLECMD prgCmds[], OLECMDTEXT *pCmdText) |
|
static HRESULT WINAPI | IOleCommandTargetImpl_Exec (IOleCommandTarget *iface, const GUID *CmdGroup, DWORD nCmdID, DWORD nCmdexecopt, VARIANT *pvaIn, VARIANT *pvaOut) |
|
static IServiceProviderImpl * | impl_from_IServiceProvider (IServiceProvider *iface) |
|
static IProfferServiceImpl * | impl_from_IProfferService (IProfferService *iface) |
|
static IServiceProvider * | IServiceProviderImpl_Construct (void) |
|
static IProfferService * | IProfferServiceImpl_Construct (void) |
|
static HRESULT WINAPI | IServiceProviderImpl_QueryInterface (IServiceProvider *iface, REFIID riid, void **ppvObj) |
|
static ULONG WINAPI | IServiceProviderImpl_AddRef (IServiceProvider *iface) |
|
static ULONG WINAPI | IServiceProviderImpl_Release (IServiceProvider *iface) |
|
static HRESULT WINAPI | IServiceProviderImpl_QueryService (IServiceProvider *iface, REFGUID service, REFIID riid, void **ppv) |
|
static void | test_IUnknown_QueryServiceExec (void) |
|
static HRESULT WINAPI | IProfferServiceImpl_QueryInterface (IProfferService *iface, REFIID riid, void **ppvObj) |
|
static ULONG WINAPI | IProfferServiceImpl_AddRef (IProfferService *iface) |
|
static ULONG WINAPI | IProfferServiceImpl_Release (IProfferService *iface) |
|
static HRESULT WINAPI | IProfferServiceImpl_ProfferService (IProfferService *iface, REFGUID service, IServiceProvider *pService, DWORD *pCookie) |
|
static HRESULT WINAPI | IProfferServiceImpl_RevokeService (IProfferService *iface, DWORD cookie) |
|
static void | test_IUnknown_ProfferService (void) |
|
static void | test_SHCreateWorkerWindowA (void) |
|
static HRESULT WINAPI | SF_QueryInterface (IShellFolder *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | SF_AddRef (IShellFolder *iface) |
|
static ULONG WINAPI | SF_Release (IShellFolder *iface) |
|
static HRESULT WINAPI | SF_ParseDisplayName (IShellFolder *iface, HWND owner, LPBC reserved, LPOLESTR displayName, ULONG *eaten, LPITEMIDLIST *idl, ULONG *attr) |
|
static HRESULT WINAPI | SF_EnumObjects (IShellFolder *iface, HWND owner, SHCONTF flags, IEnumIDList **enm) |
|
static HRESULT WINAPI | SF_BindToObject (IShellFolder *iface, LPCITEMIDLIST idl, LPBC reserved, REFIID riid, void **obj) |
|
static HRESULT WINAPI | SF_BindToStorage (IShellFolder *iface, LPCITEMIDLIST idl, LPBC reserved, REFIID riid, void **obj) |
|
static HRESULT WINAPI | SF_CompareIDs (IShellFolder *iface, LPARAM lparam, LPCITEMIDLIST idl1, LPCITEMIDLIST idl2) |
|
static HRESULT WINAPI | SF_CreateViewObject (IShellFolder *iface, HWND owner, REFIID riid, void **out) |
|
static HRESULT WINAPI | SF_GetAttributesOf (IShellFolder *iface, UINT cidl, LPCITEMIDLIST *idl, SFGAOF *inOut) |
|
static HRESULT WINAPI | SF_GetUIObjectOf (IShellFolder *iface, HWND owner, UINT cidl, LPCITEMIDLIST *idls, REFIID riid, UINT *inOut, void **out) |
|
static HRESULT WINAPI | SF_GetDisplayNameOf (IShellFolder *iface, LPCITEMIDLIST idl, SHGDNF flags, STRRET *name) |
|
static HRESULT WINAPI | SF_SetNameOf (IShellFolder *iface, HWND hwnd, LPCITEMIDLIST idl, LPCOLESTR name, SHGDNF flags, LPITEMIDLIST *idlOut) |
|
static void | test_SHIShellFolder_EnumObjects (void) |
|
static BOOL | write_inifile (LPCWSTR filename) |
|
static void | r_verify_inifile (unsigned l, LPCWSTR filename, LPCSTR exp) |
|
static void | test_SHGetIniString (void) |
|
static void | test_SHSetIniString (void) |
|
static void | test_SHGetShellKey (void) |
|
static void | init_pointers (void) |
|
static void | test_SHSetParentHwnd (void) |
|
static HRESULT WINAPI | testpersist_QI (IPersist *iface, REFIID riid, void **obj) |
|
static HRESULT WINAPI | testpersist_QI2 (IPersist *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | testpersist_AddRef (IPersist *iface) |
|
static ULONG WINAPI | testpersist_Release (IPersist *iface) |
|
static HRESULT WINAPI | testpersist_GetClassID (IPersist *iface, CLSID *clsid) |
|
static void | test_IUnknown_GetClassID (void) |
|
static void | test_DllGetVersion (void) |
|
| START_TEST (ordinal) |
|