Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dcursoricon.c868 UNICODE_STRING ustrModuleSafe, ustrRsrcSafe; in NtUserFindExistingCursorIcon() local
888 Status = ProbeAndCaptureUnicodeStringOrAtom(&ustrRsrcSafe, pustrRsrc); in NtUserFindExistingCursorIcon()
916 if (IS_INTRESOURCE(CurIcon->strName.Buffer) != IS_INTRESOURCE(ustrRsrcSafe.Buffer)) in NtUserFindExistingCursorIcon()
925 if (CurIcon->strName.Buffer == ustrRsrcSafe.Buffer) in NtUserFindExistingCursorIcon()
931 else if (RtlCompareUnicodeString(&ustrRsrcSafe, &CurIcon->strName, TRUE) == 0) in NtUserFindExistingCursorIcon()
956 if (IS_INTRESOURCE(CurIcon->strName.Buffer) != IS_INTRESOURCE(ustrRsrcSafe.Buffer)) in NtUserFindExistingCursorIcon()
964 if (CurIcon->strName.Buffer == ustrRsrcSafe.Buffer) in NtUserFindExistingCursorIcon()
970 else if (RtlCompareUnicodeString(&ustrRsrcSafe, &CurIcon->strName, TRUE) == 0) in NtUserFindExistingCursorIcon()
984 if (!IS_INTRESOURCE(ustrRsrcSafe.Buffer)) in NtUserFindExistingCursorIcon()
985 ExFreePoolWithTag(ustrRsrcSafe.Buffer, TAG_STRING); in NtUserFindExistingCursorIcon()