Compiler Warning (level 4) C4232

nonstandard extension used : 'identifier' : address of dllimport 'dllimport' is not static, identity not guaranteed

A nonstatic value was given as the address of a function declared with the dllimport modifier. This results in a warning if the Microsoft extensions (/Ze) are enabled, and an error if they are not.