Ejemplo n.º 1
0
 internal static extern int AmsiScanBuffer(
     AMSIHandleContext amsiContext
     , byte[] buffer
     , ulong length
     , string contentName
     , AMSIHandleSession session
     , out int result);
Ejemplo n.º 2
0
 internal static extern int AmsiScanString(AMSIHandleContext amsiContext,
                                           [In()][MarshalAs(UnmanagedType.LPWStr)] string @string,
                                           [In()][MarshalAs(UnmanagedType.LPWStr)] string contentName,
                                           AMSIHandleSession session,
                                           out int result);
Ejemplo n.º 3
0
 internal static extern int AmsiOpenSession(
     AMSIHandleContext amsiContext,
     out AMSIHandleSession session);