Searched refs:dwIndex (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sal/osl/w32/ |
H A D | thread.c | 420 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 D | columninfo.cxx | 128 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 D | advapi9x.h | 106 DWORD dwIndex, // subkey index 134 DWORD dwIndex, // index of value to query
|
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 555 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 D | columninfo.hxx | 61 virtual HRESULT STDMETHODCALLTYPE GetColumnInfo(DWORD dwIndex, SHCOLUMNINFO *psci);
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 5667 aForm.dwIndex = 0; in ImplHandleIMENotify()
|
Completed in 64 milliseconds