Language:
Русский
English
resident (standard directive)
The resident standard directive is included in an exports clause.
Target
Windows, Protected
When resident is used, the export information stays in memory when the DLL is loaded.
The resident option reduces the time it takes Windows to look up a DLL entry by name.
If client programs that use the DLL are likely to import certain entries by name, they should be exported using the resident standard directive.