Microsoft DirectX 8.1 (C++) |
To build a DirectShow filter, perform the steps listed in Building DirectShow Applications. In addition, perform the following steps:
DllEntryPoint@12
in the Entry-point Symbol box.)LIBRARY FILTER.DLL
DESCRIPTION 'Description of my filter'
PROTMODE
EXPORTS
DllGetClassObject
DllCanUnloadNow
DllRegisterServer
DllUnregisterServer
See Also