Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dthread.c420 DWORD dwIndex; member
476 void *pValue = TlsGetValue( pTls->dwIndex ); in _osl_callThreadKeyCallbackOnThreadDetach()
497 if ( (DWORD)-1 == (pTls->dwIndex = TlsAlloc()) ) in osl_createThreadKey()
519 TlsFree( pTls->dwIndex ); in osl_destroyThreadKey()
533 return (TlsGetValue( pTls->dwIndex )); in osl_getThreadKeyData()
551 pOldData = TlsGetValue( pTls->dwIndex ); in osl_setThreadKeyData()
553 fSuccess = TlsSetValue( pTls->dwIndex, pData ); in osl_setThreadKeyData()
/trunk/main/shell/source/win32/shlxthandler/columninfo/
H A Dcolumninfo.cxx128 HRESULT STDMETHODCALLTYPE CColumnInfo::GetColumnInfo(DWORD dwIndex, SHCOLUMNINFO *psci) in GetColumnInfo() argument
130 if (dwIndex >= ColumnInfoTableSize) in GetColumnInfo()
137 psci->scid.fmtid = ColumnInfoTable[dwIndex].scid.fmtid; in GetColumnInfo()
138 psci->scid.pid = ColumnInfoTable[dwIndex].scid.pid; in GetColumnInfo()
140 wcsncpy(psci->wszTitle, ColumnInfoTable[dwIndex].wszTitle, (sizeof(psci->wszTitle) - 1)); in GetColumnInfo()
/trunk/main/sal/inc/systools/win32/
H A Dadvapi9x.h106 DWORD dwIndex, // subkey index
134 DWORD dwIndex, // index of value to query
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx555 DWORD dwIndex = 0; in getJavaInfoFromRegistry() local
564 …while (RegEnumKeyExW(hRoot, dwIndex, bufVersion, &nNameLen, NULL, NULL, NULL, &fileTime) != ERROR_… in getJavaInfoFromRegistry()
611 dwIndex ++; in getJavaInfoFromRegistry()
/trunk/main/shell/inc/internal/
H A Dcolumninfo.hxx61 virtual HRESULT STDMETHODCALLTYPE GetColumnInfo(DWORD dwIndex, SHCOLUMNINFO *psci);
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx5667 aForm.dwIndex = 0; in ImplHandleIMENotify()

Completed in 63 milliseconds