Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. OPENFILENAME ofn;
  2. //... skipped
  3. ofn.Flags = OFN_ENABLETEMPLATE;
  4. ofn.lpTemplateName = MAKEINTRESOURCEW(RES); // what is the RES?
  5. //... skipped
  6. GetSaveFileName(&ofn);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement