Directory Services |
In the example provider component, an example of the standard DLL entry point for adssmp.dll is in libmain.cpp.
DllGetClassObject | Standard DLL entry point for locating class factories. |
DllCanUnloadNow | Standard DLL entry point to determine if DLL can be unloaded. |
LibMain | Standard DLL initialization entry point. |
IsCompatibleOleVersion | Check compatibility with OLE run time. |
DllMain | Entry point for most Windows NT®/Windows® 2000 versions. |