Searched defs:nMaxCount (Results 1 – 11 of 11) sorted by relevance
/reactos/sdk/lib/atl/ |
H A D | atlsync.h | 162 CSemaphore(LONG nInitialCount, LONG nMaxCount) in CSemaphore() 167 CSemaphore(LPSECURITY_ATTRIBUTES pSecurity, LONG nInitialCount, LONG nMaxCount, LPCTSTR pszName) in CSemaphore() 176 … BOOL Create(LPSECURITY_ATTRIBUTES pSecurity, LONG nInitialCount, LONG nMaxCount, LPCTSTR pszName) in Create()
|
/reactos/base/applications/taskmgr/ |
H A D | perfdata.c | 473 BOOL PerfDataGetImageName(ULONG Index, LPWSTR lpImageName, ULONG nMaxCount) in PerfDataGetImageName() 505 BOOL PerfDataGetUserName(ULONG Index, LPWSTR lpUserName, ULONG nMaxCount) in PerfDataGetUserName() 523 BOOL PerfDataGetCommandLine(ULONG Index, LPWSTR lpCommandLine, ULONG nMaxCount) in PerfDataGetCommandLine()
|
H A D | procpage.c | 597 BOOL PerfDataGetText(ULONG Index, ULONG ColumnIndex, LPTSTR lpText, ULONG nMaxCount) in PerfDataGetText()
|
/reactos/dll/win32/comctl32/ |
H A D | dsa.c | 48 INT nMaxCount; member
|
H A D | dpa.c | 54 INT nMaxCount; member
|
/reactos/win32ss/user/user32/windows/ |
H A D | window.c | 1302 GetWindowTextA(HWND hWnd, LPSTR lpString, int nMaxCount) in GetWindowTextA() 1384 GetWindowTextW(HWND hWnd, LPWSTR lpString, int nMaxCount) in GetWindowTextW() 1835 InternalGetWindowText(HWND hWnd, LPWSTR lpString, int nMaxCount) in InternalGetWindowText()
|
H A D | class.c | 1001 int nMaxCount) in GetClassNameA() 1028 int nMaxCount) in GetClassNameW()
|
H A D | menu.c | 1071 int nMaxCount, in GetMenuStringA() 1106 int nMaxCount, in GetMenuStringW()
|
H A D | dialog.c | 2249 int nMaxCount) in GetDlgItemTextA() 2267 int nMaxCount) in GetDlgItemTextW()
|
/reactos/base/applications/notepad/ |
H A D | printing.c | 64 static INT GetSelectionText(HWND hWnd, LPTSTR lpString, INT nMaxCount) in GetSelectionText()
|
/reactos/win32ss/user/ntuser/ |
H A D | window.c | 4592 NtUserInternalGetWindowText(HWND hWnd, LPWSTR lpString, INT nMaxCount) in NtUserInternalGetWindowText()
|