Function windows::Win32::System::RemoteManagement::WSManCreateSession
pub unsafe fn WSManCreateSession<P0, P1>(
apihandle: P0,
connection: P1,
flags: u32,
serverauthenticationcredentials: Option<*const WSMAN_AUTHENTICATION_CREDENTIALS>,
proxyinfo: Option<*const WSMAN_PROXY_INFO>,
session: *mut WSMAN_SESSION_HANDLE,
) -> u32where
P0: Param<WSMAN_API_HANDLE>,
P1: Param<PCWSTR>,