https://bugs.winehq.org/show_bug.cgi?id=33647
--- Comment #3 from super_man@post.com --- The message comes from here.
http://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee3...
95 if (lpofn->Flags & OFN_ENABLETEMPLATE) 96 FIXME( "custom templates no longer supported, using default\n" ); 97 if (lpofn->Flags & OFN_ENABLEHOOK) 98 FIXME( "custom hook %p no longer supported\n", lpofn->lpfnHook );
Any idea if this function has documention?