Home
last modified time | relevance | path

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

/reactos/modules/rostests/kmtests/ntos_se/
H A Dse.h31 #define CheckSid(Sid, SidSize, ExpectedSid) CheckSid_(Sid, SidSize, ExpectedSid, __FILE__, __LINE__) argument
32 #define CheckSid_(Sid, SidSize, ExpectedSid, file, line) CheckSid__(Sid, SidSize, ExpectedSid, file… argument
37 _In_ PISID ExpectedSid,
H A DSeHelpers.c92 _In_ PISID ExpectedSid, in CheckSid__() argument
112 Okay = RtlEqualSid(Sid, ExpectedSid); in CheckSid__()
113 KmtOk(Okay, FileAndLine, "Sids %p and %p not equal\n", Sid, ExpectedSid); in CheckSid__()
122 (void)RtlConvertSidToUnicodeString(&SidString2, ExpectedSid, FALSE); in CheckSid__()