Home
last modified time | relevance | path

Searched refs:CapturedName (Results 1 – 5 of 5) sorted by relevance

/reactos/ntoskrnl/ex/
H A Datom.c93 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 Dsysinfo.c490 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 Dclass.c2464 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 Doblife.c376 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 Dob.h604 IN PUNICODE_STRING CapturedName,