Native (C++):
HRESULT
InstallLicenseInMemoryNative
(
[in]
UCHAR *
pData,
[in]
ULONG
Size)
;
Parameters
pDataPointer to a memory buffer that holds the contents of the license file.SizeSize of the buffer pointed by pData, in bytes.
Return Value
S_OK or standard OLE error code.