Searched refs:bindOpts (Results 1 – 1 of 1) sorted by relevance
56 BIND_OPTS bindOpts; in IFileSystemBindData_Constructor() local76 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()