Share via


DLL and Setup Functions

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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