Guest User

Untitled

a guest
Feb 13th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #include <SDKDDKVer.h>
  2. #include <stdio.h>
  3. #include <tchar.h>
  4. #include <windows.h>
  5.  
  6. typedef VOID
  7. (WINAPI
  8. *IsInternetESCEnabledFunc)(
  9. OUT BOOL
  10. );
  11.  
  12. IsInternetESCEnabledFunc IsInternetESCEnabled_lb;
  13.  
  14. int main()
  15. {
  16. DWORD dUrlzone_Esc_Flag = IsInternetESCEnabledFunc() ? URLZONE_ESC_FLAG : 0;
  17.  
  18. return 0;
  19. }
Add Comment
Please, Sign In to add comment