69 hResult = fileSystemBindData->SetFindData(
pfd);
76 bindOpts.cbStruct =
sizeof(BIND_OPTS);
77 bindOpts.grfFlags = 0;
79 bindOpts.dwTickCountDeadline = 0;
80 hResult = bindContext->SetBindOptions(&bindOpts);
83 hResult = bindContext->RegisterObjectParam((
LPOLESTR)STR_FILE_SYS_BIND_DATA, fileSystemBindData);
87 *ppV = bindContext.
Detach();
108 ret = pfsbd->GetFindData(
pfd);
126 ret = pfsbd->SetFindData(
pfd);
138 TRACE(
" destroying ISFBindPidl(%p)\n",
this);
HRESULT WINAPI FileSystemBindData_GetFindData(LPBC pbc, WIN32_FIND_DATAW *pfd)
HRESULT WINAPI FileSystemBindData_SetFindData(LPBC pbc, const WIN32_FIND_DATAW *pfd)
HRESULT WINAPI IFileSystemBindData_Constructor(const WIN32_FIND_DATAW *pfd, LPBC *ppV)
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
WIN32_FIND_DATAW findFile
STDMETHOD() SetFindData(const WIN32_FIND_DATAW *pfd) override
STDMETHOD() GetFindData(WIN32_FIND_DATAW *pfd) override
static void *static void *static LPDIRECTPLAY IUnknown * pUnk
nsresult QueryInterface(nsIIDRef riid, void **result)
#define COM_INTERFACE_ENTRY_IID(iid, x)
#define DECLARE_PROTECT_FINAL_CONSTRUCT()
#define DECLARE_NOT_AGGREGATABLE(x)
#define memcpy(s1, s2, n)
interface IBindCtx * LPBC
HRESULT WINAPI CreateBindCtx(DWORD reserved, LPBC *ppbc)
static PIXELFORMATDESCRIPTOR pfd
#define IID_PPV_ARG(Itype, ppType)