Share via


DLL and Setup Functions (Windows CE 5.0)

Send Feedback

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

Utility Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.