ILicWizExternal.DepositPidKey Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function DepositPidKey ( _
bstrKey As String, _
fMORW As Integer _
) As Integer
'Usage
Dim instance As ILicWizExternal
Dim bstrKey As String
Dim fMORW As Integer
Dim returnValue As Integer
returnValue = instance.DepositPidKey(bstrKey, _
fMORW)
int DepositPidKey(
string bstrKey,
int fMORW
)
Parameters
- bstrKey
Type: System.String
- fMORW
Type: System.Int32
Return Value
Type: System.Int32