Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file RtlIsNameLegalDOS8Dot3.c.
11{
13 CHAR OemNameBuffer[13];
17
22 OemName.MaximumLength =
sizeof(OemNameBuffer);
25 ok(IsLegal ==
TRUE,
"IsLegal = %u\n", IsLegal);
28 ok(OemNameBuffer[0] ==
'R',
"OemNameBuffer[0] = 0x%x\n", OemNameBuffer[0]);
29 ok(OemNameBuffer[1] == 0x55,
"OemNameBuffer[1] = 0x%x\n", OemNameBuffer[1]);
30 ok(OemNameBuffer[2] == 0x55,
"OemNameBuffer[2] = 0x%x\n", OemNameBuffer[2]);
31
32}
IN PDCB IN POEM_STRING OemName
#define RtlFillMemory(Dest, Length, Fill)
BOOLEAN NTAPI RtlIsNameLegalDOS8Dot3(_In_ PUNICODE_STRING Name, _Inout_opt_ POEM_STRING OemName, _Inout_opt_ PBOOLEAN NameContainsSpaces)
_Inout_opt_ POEM_STRING _Out_opt_ PBOOLEAN NameContainsSpaces
NTSYSAPI VOID NTAPI RtlInitUnicodeString(PUNICODE_STRING DestinationString, PCWSTR SourceString)