代码搜索:enable
找到约 10,000 项符合「enable」的源代码
代码结果 10,000
www.eeworm.com/read/119982/14815187
mak enable_disable.mak
# Nmake macros for building Windows 32-Bit apps
all: Enable~1.exe
# Update the resource if necessary
Enable~1.res: Enable~1.rc Enable~1.h
rc -r -fo Enable~1.res Enable~1.rc
# Update t
www.eeworm.com/read/119982/14815188
h enable_disable.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/207672/15265216
c tpm_enable.c
/*
* The Initial Developer of the Original Code is International
* Business Machines Corporation. Portions created by IBM
* Corporation are Copyright (C) 2005 International Business
* Machines Cor
www.eeworm.com/read/206867/15287157
rc enable_disable.rc
#include "windows.h"
#include "Enable_Disable.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit
www.eeworm.com/read/206867/15287158
cpp enable_disable.cpp
#include
#include "Enable_Disable.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() <
www.eeworm.com/read/206867/15287159
mak enable_disable.mak
# Nmake macros for building Windows 32-Bit apps
all: Enable~1.exe
# Update the resource if necessary
Enable~1.res: Enable~1.rc Enable~1.h
rc -r -fo Enable~1.res Enable~1.rc
# Update t
www.eeworm.com/read/206867/15287160
h enable_disable.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/5590/65263
dll enable32.dll
www.eeworm.com/read/13415/276028