/FUNCTIONPADMIN (Create Hotpatchable Image)
Prepares an image for hotpatching.
/FUNCTIONPADMIN[:space]
where,
In order for the linker to produce a hotpatchable image, the .obj files must have been compiled with /hotpatch (Create Hotpatchable Image).
When you compile and link an image with a single invocation of cl.exe, /hotpatch implies /functionpadmin.
To set this linker option in the Visual Studio development environment
-
Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
-
Click the Linker folder.
-
Click the Command Line property page.
-
Type the option into the Additional Options box.
To set this linker option programmatically
-
See AdditionalOptions.