Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dmsdtc_enlist.cpp1234 static ITransactionDispenser *getITransactionDispenser(DWORD grfOptions, HRESULT *hres) in getITransactionDispenser() function
1262 if (pDtc = getITransactionDispenser(OLE_TM_FLAG_NONE, hres), NULL == pDtc) in GetTransactionObject()
1302 pDtc = getITransactionDispenser(OLE_TM_FLAG_NODEMANDSTART, &hres); in EnlistInDtc()