代码搜索:Winapi

找到约 4,315 项符合「Winapi」的源代码

代码结果 4,315
www.eeworm.com/read/125811/6021902

c ptinsid.c

#include "windows.h" #include "wintools.h" BOOL WINAPI PtInsideWindow(HWND hwnd,UINT x,UINT y) { /* Determine whether or not the position ( x, y) is contained */ /* within the control's client re
www.eeworm.com/read/109236/6175715

c ptinsid.c

#include "windows.h" #include "wintools.h" BOOL WINAPI PtInsideWindow(HWND hwnd,UINT x,UINT y) { /* Determine whether or not the position ( x, y) is contained */ /* within the control's client re
www.eeworm.com/read/108670/6181440

cpp main.cpp

#include "gengine.h" #define SCREENW 640 #define SCREENH 480 #define COLORDEPTH 16 #define APPNAME "X" HWND hScreen; HINSTANCE hInst; BOOL bActive; long FAR WINAPI WindowProc(HWND hWnd,
www.eeworm.com/read/105300/6199517

cpp exitwindll.cpp

#define WIN32_LEAN_AND_MEAN #include #include API_HOOK ApiHookChain[]; typedef BOOL (WINAPI *TExitWindowsEx)(UINT, DWORD); BYTE ExitWindowsExSpace[32]; TExitWindowsE
www.eeworm.com/read/105300/6199524

cpp erunasdll.cpp

#define WIN32_LEAN_AND_MEAN #define UNICODE #include #define DefWinStaDesk L"WinSta0\\Default" extern "C" __declspec(dllexport) DWORD WINAPI CreateProcessAsSYSTEMW(DWORD CallerPID
www.eeworm.com/read/100745/6265163

c ptinsid.c

#include "windows.h" #include "wintools.h" BOOL WINAPI PtInsideWindow(HWND hwnd,UINT x,UINT y) { /* Determine whether or not the position ( x, y) is contained */ /* within the control's client re
www.eeworm.com/read/100285/6271846

c libpqdll.c

#define WIN32_LEAN_AND_MEAN #include #include BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved) { WSADATA wsaData; switch (fdwReason) { cas
www.eeworm.com/read/484265/6584167

h t264encprop.h

#pragma once interface IProp; class CT264EncProp : public CBasePropertyPage { public: CT264EncProp(LPUNKNOWN lpunk, HRESULT *phr); ~CT264EncProp(); static CUnknown * WINAPI Cr
www.eeworm.com/read/479104/6699421

cpp uartmousedlg.cpp

// UartMouseDlg.cpp : implementation file // #include "stdafx.h" #include "UartMouse.h" #include "UartMouseDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif DWORD WINAPI DriverThreadProc
www.eeworm.com/read/263177/11372786

cpp main.cpp

#include "gengine.h" #define SCREENW 640 #define SCREENH 480 #define COLORDEPTH 16 #define APPNAME "X" HWND hScreen; HINSTANCE hInst; BOOL bActive; long FAR WINAPI WindowProc(HWND hWnd,