RtlConnectToSm - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTSMSS_H

// functions

NTSYSAPI
NTSTATUS
NTAPI
RtlConnectToSm(
    _In_opt_ PUNICODE_STRING ApiPortName,
    _In_opt_ HANDLE ApiPortHandle,
    _In_ ULONG ProcessImageType,
    _Out_ PHANDLE SmssConnection
    );

#endif

View code on GitHub

No description available.