Re: Installable ISR

From: Steve Maillet \(eMVP\) (nospam1_at_EntelechyConsulting.com)
Date: 02/29/04


Date: Sat, 28 Feb 2004 21:03:30 -0500

1) Yes it is because it is a DLL and like all Dlls it's entry point function
is called when it is loaded into any process that is using it.
2) You can't find the docs on those functions because they don't exist at
this point. Although a look at the code in GIISR and it's fairly obvious
what they do.

-- 
Steve Maillet (eMVP)
Entelechy Consulting
smaillet_AT_EntelechyConsulting_DOT_com


Relevant Pages

  • Re: System-wide hooking, VB+ASM
    ... >> standard entry point. ... >DLL entry point. ... >without any source code generated, another is a project with a simple DLL, ... >generated for the simple DLL does have a skeleton DllMain and that is all ...
    (microsoft.public.vb.winapi)
  • Re: System-wide hooking, VB+ASM
    ... > It looks as if you are saying that a DLL need not have an entry point. ... I avoid saying "Wrong" like that and I seldom do. ... A DLL is just a bunch of functions. ... assembler did nearly a half century ago. ...
    (microsoft.public.vb.winapi)
  • RE: Web Part Unsafe
    ... DON'T strong name your assembly, remove the old dll from the GAC, ... I add an entry to the webconfig in the wwwroot. ... > on it so there may be configuration issues. ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: ie6sp1 : Repair Function Blocked - Anyone know of a fix?
    ... > - problem no entry point for DllRegisterServer ... Evidently those switches have an order dependency. ... Otherwise there should have been no mention of DllRegisterServer ... >>> the application and using it to register or unregister your COM DLL" ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Detect if a DLL is an MFC Extension DLL
    ... Your ANSI version has all the entry points that require strings suffixed with A. Your ... #define DoSomethingToThisString DoSomethingToThisStringW ... Then, at least, if they try to load the wrong DLL they won't be able to because the entry ... entry points with suffix-W or suffix-A names. ...
    (microsoft.public.vc.mfc)