#ifndef _NTRTL_H
NTSYSAPI
NTSTATUS
NTAPI
RtlCreateServiceSid(
_In_ PCUNICODE_STRING ServiceName,
_Out_writes_bytes_opt_(*ServiceSidLength) PSID ServiceSid,
_Inout_ PULONG ServiceSidLength
);
View code on GitHubNo description available.