API:SysInit.dliNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

dliNotification = (
dliStartProcessing,        	   { used to bypass or note helper only     }
dliNoteStartProcessing = dliStartProcessing,
dliNotePreLoadLibrary,         { called just before LoadLibrary, can    }
{  override w/ new HMODULE return val    }
dliNotePreGetProcAddress,      { called just before GetProcAddress, can }
{  override w/ new Proc address return   }
{  value                                 }
dliFailLoadLibrary,            { failed to load library, fix it by      }
{  returning a valid HMODULE             }
dliFailGetProcAddress,         { failed to get proc address, fix it by  }
{  returning a valid Proc address        }
dliNoteEndProcessing           { called after all processing is done,   }
{  no bypass possible at this point      }
{  except by raise, or
RaiseException.                       }
);

Properties

Type Visibility Source Unit Parent
enum public SysInit.pas SysInit SysInit

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!