Lines Matching refs:nSize
486 int nSize) in GlobalGetAtomNameA() argument
488 return InternalGetAtomName(FALSE, FALSE, nAtom, lpBuffer, (DWORD)nSize); in GlobalGetAtomNameA()
498 int nSize) in GlobalGetAtomNameW() argument
504 (DWORD)nSize); in GlobalGetAtomNameW()
512 InitAtomTable(DWORD nSize) in InitAtomTable() argument
515 if (nSize < 4 || nSize > 511) nSize = 37; in InitAtomTable()
518 return NT_SUCCESS(RtlCreateAtomTable(nSize, &BaseLocalAtomTable)); in InitAtomTable()
579 int nSize) in GetAtomNameA() argument
581 return InternalGetAtomName(TRUE, FALSE, nAtom, lpBuffer, (DWORD)nSize); in GetAtomNameA()
591 int nSize) in GetAtomNameW() argument
597 (DWORD)nSize); in GetAtomNameW()