Go to the source code of this file.
◆ FileSystemBindData_GetFindData()
Definition at line 92 of file CFileSysBindData.cpp.
93{
97
99
102
105 {
108 ret = pfsbd->GetFindData(
pfd);
109 }
111}
static void *static void *static LPDIRECTPLAY IUnknown * pUnk
nsresult QueryInterface(nsIIDRef riid, void **result)
static PIXELFORMATDESCRIPTOR pfd
#define IID_PPV_ARG(Itype, ppType)
◆ FileSystemBindData_SetFindData()
◆ IFileSystemBindData_Constructor()
Definition at line 52 of file CFileSysBindData.cpp.
53{
56 BIND_OPTS bindOpts;
58
60
63
65
68 return hResult;
69 hResult = fileSystemBindData->SetFindData(
pfd);
71 return hResult;
72
75 return hResult;
76 bindOpts.cbStruct = sizeof(BIND_OPTS);
77 bindOpts.grfFlags = 0;
79 bindOpts.dwTickCountDeadline = 0;
80 hResult = bindContext->SetBindOptions(&bindOpts);
82 return hResult;
83 hResult = bindContext->RegisterObjectParam((
LPOLESTR)STR_FILE_SYS_BIND_DATA, fileSystemBindData);
85 return hResult;
86
87 *ppV = bindContext.
Detach();
88
90}
HRESULT WINAPI CreateBindCtx(DWORD reserved, LPBC *ppbc)
Referenced by _ILParsePathW().
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
pidl |
| ) |
|