python没法像c语言一样可以直接调用winuser.h
2019-10-06 C# 1828
#ifndef _WINUSER_H #define _WINUSER_H #if __GNUC__ >= 3 #pragma GCC system_header #endif #ifdef __cplusplus extern "C" { #endif #ifndef WINUSERAPI #ifdef __W32API_USE_DLLIMPORT__ #define WINUSERAPI DECLSPEC_IMPORT #else #define WINUSERAPI #endif #endif #define WC_DIALOG MAKEINTATOM(0x8002) #define FALT 16 #define FCONTROL 8 #define FNOINVERT 2 #define FSHIFT 4 #define FVIRTKEY 1 #define ATF_TIMEOUTON 1 #define ATF_ONOFFFEEDBACK 2 #define ATF_AVAILABLE 4 /* May be obsolete. Not in recent MS docs. */ #define WH_MIN (-1) #define WH_MSGFILTER (-1) #define WH_JOURNALRECORD 0 #define WH_JOURNALPLAYBACK 1 #define WH_KEYBOARD 2 #define WH_GETMESSAGE 3 #define WH_CALLWNDPROC 4 #define WH_CBT 5 #define WH_SYSMSGFILTER 6 #define WH_MOUSE 7 #define WH_HARDWARE 8 #define WH_DEBUG 9 #define WH_SHELL 10 #define WH_FOREGROUNDIDLE 11 #define WH_CALLWNDPROCRET 12 #define WH_KEYBOARD_LL 13 #define WH_MOUSE_LL 14 #define WH_MAX 14 #define WH_MINHOOK WH_MIN #define WH_MAXHOOK WH_MAX #define HC_ACTION 0 #define HC_GETNEXT 1 #define HC_SKIP 2 #define HC_NOREMOVE 3 #define HC_NOREM 3 #define HC_SYSMODALON 4 #define HC_SYSMODALOFF 5 #define HCBT_MOVESIZE 0 #define HCBT_MINMAX 1 #define HCBT_QS 2 #define HCBT_CREATEWND 3 #define HCBT_DESTROYWND 4 #define HCBT_ACTIVATE 5 #define HCBT_CLICKSKIPPED 6 #define HCBT_KEYSKIPPED 7 #define HCBT_SYSCOMMAND 8 #define HCBT_SETFOCUS 9 #define CF_TEXT 1 #define CF_BITMAP 2 #define CF_METAFILEPICT 3 #define CF_SYLK 4 #define CF_DIF 5 #define CF_TIFF 6 #define CF_OEMTEXT 7 #define CF_DIB 8 #define CF_PALETTE 9 #define CF_PENDATA 10 #define CF_RIFF 11 #define CF_WAVE 12 #define CF_UNICODETEXT 13 #define CF_ENHMETAFILE 14 #define CF_HDROP 15 #define CF_LOCALE 16 #define CF_MAX 17 #define CF_OWNERDISPLAY 128 #define CF_DSPTEXT 129 #define CF_DSPBITMAP 130 #define CF_DSPMETAFILEPICT 131 #define CF_DSPENHMETAFILE 142 #define CF_PRIVATEFIRST 512 #define CF_PRIVATELAST 767 #define CF_GDIOBJFIRST 768 #define CF_GDIOBJLAST 1023 #define HKL_NEXT 1 #define HKL_PREV 0 #define KLF_ACTIVATE 1 #define KLF_SUBSTITUTE_OK 2 #define KLF_UNLOADPREVIOUS 4 #define KLF_REORDER 8 #define KLF_REPLACELANG 16 #define KLF_NOTELLSHELL 128 #define KLF_SETFORPROCESS 256 #define KL_NAMELENGTH 9 #define MF_ENABLED 0 #define MF_GRAYED 1 #define MF_DISABLED 2 #define MF_BITMAP 4 #define MF_CHECKED 8 #define MF_MENUBARBREAK 32 #define MF_MENUBREAK 64 #define MF_OWNERDRAW 256 #define MF_POPUP 16 #define MF_SEPARATOR 0x800 #define MF_STRING 0 #define MF_UNCHECKED 0 #define MF_DEFAULT 4096 #define MF_SYSMENU 0x2000 #define MF_HELP 0x4000 #define MF_END 128 #define MF_RIGHTJUSTIFY 0x4000 #define MF_MOUSESELECT 0x8000 #define MF_INSERT 0 #define MF_CHANGE 128 #define MF_APPEND 256 #define MF_DELETE 512 #define MF_REMOVE 4096 #define MF_USECHECKBITMAPS 512 #define MF_UNHILITE 0 #define MF_HILITE 128
很赞哦! (0)
相关文章
文章评论
-
-
-
0条评论