ISSOPSWrapper.InitializeAdapter(String, Int32, Int64, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void InitializeAdapter(System::String ^ adapterName, int adapterFlags, [Runtime::InteropServices::Out] long % notifyEvent, [Runtime::InteropServices::Out] Guid % trackingIdOut);
public void InitializeAdapter (string adapterName, int adapterFlags, out long notifyEvent, out Guid trackingIdOut);
abstract member InitializeAdapter : string * int * int64 * Guid -> unit
Public Sub InitializeAdapter (adapterName As String, adapterFlags As Integer, ByRef notifyEvent As Long, ByRef trackingIdOut As Guid)
Parameters
- adapterName
- String
- adapterFlags
- Int32
- notifyEvent
- Int64
- trackingIdOut
- Guid