Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dobjbase.h814 _In_opt_ BIND_OPTS *pBindOptions,
/reactos/dll/win32/ole32/
H A Dcompobj.c4742 HRESULT WINAPI CoGetObject(LPCWSTR pszName, BIND_OPTS *pBindOptions, in CoGetObject() argument
4753 if (pBindOptions) in CoGetObject()
4754 hr = IBindCtx_SetBindOptions(pbc, pBindOptions); in CoGetObject()