clsMalware..::..AmsiScanString Method
Amsis the scan string.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static int AmsiScanString( IntPtr amsiContext, string string, string contentName, IntPtr session, out clsMalware..::..AMSI_RESULT result )
Public Shared Function AmsiScanString ( _ amsiContext As IntPtr, _ string As String, _ contentName As String, _ session As IntPtr, _ <OutAttribute> ByRef result As clsMalware..::..AMSI_RESULT _ ) As Integer
public: static int^ AmsiScanString( IntPtr^ amsiContext, String^ string, String^ contentName, IntPtr^ session, [OutAttribute] clsMalware..::..AMSI_RESULT^% result )
Parameters
- amsiContext
- Type: IntPtr
The amsi context.
- string
- Type: String
The string.
- contentName
- Type: String
Name of the content.
- session
- Type: IntPtr
The session.
- result
- Type: FlowWright.cDevDeAPI..::..clsMalware..::..AMSI_RESULT%
The result.