Home
last modified time | relevance | path

Searched defs:nMaxCount (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/lib/atl/
H A Datlsync.h162 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 Dperfdata.c473 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 Dprocpage.c597 BOOL PerfDataGetText(ULONG Index, ULONG ColumnIndex, LPTSTR lpText, ULONG nMaxCount) in PerfDataGetText()
/reactos/dll/win32/comctl32/
H A Ddsa.c48 INT nMaxCount; member
H A Ddpa.c54 INT nMaxCount; member
/reactos/win32ss/user/user32/windows/
H A Dwindow.c1302 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 Dclass.c1001 int nMaxCount) in GetClassNameA()
1028 int nMaxCount) in GetClassNameW()
H A Dmenu.c1071 int nMaxCount, in GetMenuStringA()
1106 int nMaxCount, in GetMenuStringW()
H A Ddialog.c2249 int nMaxCount) in GetDlgItemTextA()
2267 int nMaxCount) in GetDlgItemTextW()
/reactos/base/applications/notepad/
H A Dprinting.c64 static INT GetSelectionText(HWND hWnd, LPTSTR lpString, INT nMaxCount) in GetSelectionText()
/reactos/win32ss/user/ntuser/
H A Dwindow.c4592 NtUserInternalGetWindowText(HWND hWnd, LPWSTR lpString, INT nMaxCount) in NtUserInternalGetWindowText()