Microsoft DirectX 8.1 (C++)

Building DirectShow Filters

To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps:

LIBRARY FILTER.DLL
DESCRIPTION 'Description of my filter'
PROTMODE
EXPORTS 
    DllGetClassObject  
    DllCanUnloadNow  
    DllRegisterServer  
    DllUnregisterServer 

See Also