代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/15660/530179
cpp cappicture.cpp
#include
#include
#include
#include "CapPicture.h"
LRESULT WINAPI MainWndProc( HWND, UINT, WPARAM, LPARAM );
LRESULT WINAPI SelCapDrvProc( HWND, UINT, WPARAM, L
www.eeworm.com/read/15710/535782
cpp cappicture.cpp
#include
#include
#include
#include "CapPicture.h"
LRESULT WINAPI MainWndProc( HWND, UINT, WPARAM, LPARAM );
LRESULT WINAPI SelCapDrvProc( HWND, UINT, WPARAM, L
www.eeworm.com/read/292034/3960243
h injector.h
// Injector.h: 函数原型定义.
//
#ifndef _INJECTOR_H_INCLUDED
#define _INJECTOR_H_INCLUDED
BOOL WINAPI LoadLib(DWORD dwProcessId, LPTSTR lpszLibName);
BOOL WINAPI FreeLib(DWORD dwProcessId, LPTSTR lps
www.eeworm.com/read/292034/3960349
h injector.h
// Injector.h: 函数原型定义.
//
#ifndef _INJECTOR_H_INCLUDED
#define _INJECTOR_H_INCLUDED
BOOL WINAPI LoadLib(DWORD dwProcessId, LPTSTR lpszLibName);
BOOL WINAPI FreeLib(DWORD dwProcessId, LPTSTR lps
www.eeworm.com/read/286235/4041077
c classlib.c
#include
#include
#include
#include
typedef ATOM ( WINAPI * PCLASS_REGISTER )( LPCWNDCLASS );
ATOM WINAPI Class_Register( LPCWNDCLASS lpwc )
{
www.eeworm.com/read/268663/4251372
cpp cappicture.cpp
#include
#include
#include
#include "CapPicture.h"
LRESULT WINAPI MainWndProc( HWND, UINT, WPARAM, LPARAM );
LRESULT WINAPI SelCapDrvProc( HWND, UINT, WPARAM, L
www.eeworm.com/read/376468/2710439
txt for1608&153.txt
The password verify funtion of 1608&153 has been modified. Here are their new prototype:
int WINAPI Verify_1608_Password( int ReadWrite, int SetNumber, char *Password );
int WINAPI Verify_Password
www.eeworm.com/read/376468/2710481
txt for1608&153.txt
The password verify funtion of 1608&153 has been modified. Here are their new prototype:
int WINAPI Verify_1608_Password( int ReadWrite, int SetNumber, char *Password );
int WINAPI Verify_Password
www.eeworm.com/read/376468/2710536
txt for1608&153.txt
The password verify funtion of 1608&153 has been modified. Here are their new prototype:
int WINAPI Verify_1608_Password( int ReadWrite, int SetNumber, char *Password );
int WINAPI Verify_Password
www.eeworm.com/read/266155/11238470
h io.h
#include
#include
typedef void (WINAPI *PORTOUT) (short int Port, char Data);
typedef char (WINAPI *PORTIN) (short int Port);
PORTOUT PortOut;
PORTIN PortIn;
HMODULE hio