Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Registers a COM Server CLSID and a class factory for Protected Media Process (PMP) usage.
Syntax
HRESULT RegisterServerForPMP(
HSTRING serverClassId,
IClassFactory *classFactory,
[out] LPVOID *token
);
Parameters
serverClassId
The CLSID of the COM server to be registered.
classFactory
The class factory to be registered.
[out] token
Receives a pointer to a registration token that can be used to unregister the server with UnregisterServerForPMP.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Target Platform | Windows |
| Header | comppkgsup.h |
| Library | Comppkgsup.lib |
| DLL | CompPkgSup.dll |