Share via


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

Return Value

Type: System.UInt32

See Also

Reference

ILicAgent Interface

ILicAgent Members

Microsoft.Office.Core Namespace