Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A DCFileSysBindData.cpp56 BIND_OPTS bindOpts; in IFileSystemBindData_Constructor() local
76 bindOpts.cbStruct = sizeof(BIND_OPTS); in IFileSystemBindData_Constructor()
77 bindOpts.grfFlags = 0; in IFileSystemBindData_Constructor()
78 bindOpts.grfMode = STGM_CREATE; in IFileSystemBindData_Constructor()
79 bindOpts.dwTickCountDeadline = 0; in IFileSystemBindData_Constructor()
80 hResult = bindContext->SetBindOptions(&bindOpts); in IFileSystemBindData_Constructor()