IClassFactory2.RequestLicKey(UInt32, String) 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 RequestLicKey(System::UInt32 dwReserved, [Runtime::InteropServices::Out] System::String ^ % pBstrKey);
public void RequestLicKey (uint dwReserved, out string pBstrKey);
abstract member RequestLicKey : uint32 * string -> unit
Public Sub RequestLicKey (dwReserved As UInteger, ByRef pBstrKey As String)
Parameters
- dwReserved
- UInt32
- pBstrKey
- String