#ifndef _NTSAM_H
_Check_return_
NTSTATUS
NTAPI
SamSetInformationAlias(
_In_ SAM_HANDLE AliasHandle,
_In_ ALIAS_INFORMATION_CLASS AliasInformationClass,
_In_ PVOID Buffer
);
View code on GitHub
This function is a wrapper over an RPC method documented in the [MS-SAMR] specification.