Searched refs:CapturedName (Results 1 – 5 of 5) sorted by relevance
/reactos/ntoskrnl/ex/ |
H A D | atom.c | 93 LPWSTR CapturedName; in NtAddAtom() local 113 CapturedName = AtomName; in NtAddAtom() 127 if (!CapturedName) in NtAddAtom() 156 CapturedName = NULL; in NtAddAtom() 179 if ((CapturedName != NULL) && (CapturedName != AtomName)) in NtAddAtom() 180 ExFreePoolWithTag(CapturedName, TAG_ATOM); in NtAddAtom() 250 _SEH2_VOLATILE LPWSTR CapturedName; in NtFindAtom() local 267 CapturedName = AtomName; in NtFindAtom() 297 if (CapturedName != AtomName) in NtFindAtom() 326 if ((CapturedName) && (CapturedName != AtomName)) in NtFindAtom() [all …]
|
H A D | sysinfo.c | 490 UNICODE_STRING CapturedName, CapturedValue; in NtSetSystemEnvironmentValue() local 502 Status = ProbeAndCaptureUnicodeString(&CapturedName, in NtSetSystemEnvironmentValue() 522 &CapturedName, in NtSetSystemEnvironmentValue() 548 ReleaseCapturedUnicodeString(&CapturedName, in NtSetSystemEnvironmentValue()
|
/reactos/win32ss/user/ntuser/ |
H A D | class.c | 2464 UNICODE_STRING CapturedName = {0}, CapturedMenuName = {0}, CapturedVersion = {0}; in NtUserRegisterClassExWOW() local 2501 CapturedName = ProbeForReadUnicodeString(ClassName); in NtUserRegisterClassExWOW() 2510 if ( (CapturedName.Length & 1) || in NtUserRegisterClassExWOW() 2513 ((CapturedClassInfo.cbClsExtra + CapturedName.Length + in NtUserRegisterClassExWOW() 2523 if (CapturedName.Length != 0) in NtUserRegisterClassExWOW() 2525 ProbeForRead(CapturedName.Buffer, in NtUserRegisterClassExWOW() 2526 CapturedName.Length, in NtUserRegisterClassExWOW() 2531 if (!IS_ATOM(CapturedName.Buffer)) in NtUserRegisterClassExWOW() 2588 &CapturedName, in NtUserRegisterClassExWOW()
|
/reactos/ntoskrnl/ob/ |
H A D | oblife.c | 376 ObpCaptureObjectName(IN OUT PUNICODE_STRING CapturedName, in ObpCaptureObjectName() argument 388 RtlInitEmptyUnicodeString(CapturedName, NULL, 0); in ObpCaptureObjectName() 423 CapturedName); in ObpCaptureObjectName() 444 ObpFreeObjectNameBuffer(CapturedName); in ObpCaptureObjectName()
|
/reactos/ntoskrnl/include/internal/ |
H A D | ob.h | 604 IN PUNICODE_STRING CapturedName,
|