Refactor RtlpWriteWideStringValue() and RtlpWriteWideStringStringValue() routines

This commit is contained in:
2024-02-16 17:03:10 +01:00
parent 8ddd6137da
commit a1ec5e410d
2 changed files with 18 additions and 39 deletions

View File

@@ -323,13 +323,13 @@ XTSTATUS
RtlpWriteWideStringStringValue(PRTL_PRINT_CONTEXT Context,
PRTL_PRINT_FORMAT_PROPERTIES FormatProperties,
PCHAR String,
BOOLEAN Character);
SIZE_T StringLength);
XTAPI
XTSTATUS
RtlpWriteWideStringValue(PRTL_PRINT_CONTEXT Context,
PRTL_PRINT_FORMAT_PROPERTIES FormatProperties,
PWCHAR String,
BOOLEAN Character);
SIZE_T StringLength);
#endif /* __XTOSKRNL_RTLI_H */