Share via


DLL and Setup Functions (Compact 2013)

3/26/2014

The Combase.h header file provides the following function for creating a run-time dynamic link with a specific dynamic-link library (DLL). For more information, read the "Run-Time Dynamic Linking" section in the Windows SDK.

Programming element

Description

LoadOLEAut32

Loads the Automation DLL (OleAut32.dll).

The Dllsetup.h header file provides the following functions for registering and unregistering DirectShow filters. You typically call AMovieDllRegisterServer to register your filter. The other functions are helper functions or provide backward compatibility.

Programming element

Description

AMovieDllRegisterServer

Registers filters.

AMovieDllUnregisterServer

Unregisters filters.

See Also

Reference

Utility Functions