source: trunk/DirectShowSpy/BdaHooks/BdaHooks.def @ 95

Last change on this file since 95 was 95, checked in by roman, 11 years ago

DirectShowSpy? moved from Assembla

File size: 227 bytes
Line 
1; BdaHooks.def : Declares the module parameters.
2
3LIBRARY      "BdaHooks.DLL"
4
5EXPORTS
6        DllCanUnloadNow         PRIVATE
7        DllGetClassObject       PRIVATE
8        DllRegisterServer       PRIVATE
9        DllUnregisterServer     PRIVATE
10        DllInstall              PRIVATE
Note: See TracBrowser for help on using the repository browser.