ILicAgent.Initialize Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Initialize ( _
dwBPC As UInteger, _
dwMode As UInteger, _
bstrLicSource As String _
) As UInteger
'Usage
Dim instance As ILicAgent
Dim dwBPC As UInteger
Dim dwMode As UInteger
Dim bstrLicSource As String
Dim returnValue As UInteger
returnValue = instance.Initialize(dwBPC, _
dwMode, bstrLicSource)
uint Initialize(
uint dwBPC,
uint dwMode,
string bstrLicSource
)
Parameters
- dwBPC
Type: System.UInt32
- dwMode
Type: System.UInt32
- bstrLicSource
Type: System.String
Return Value
Type: System.UInt32