代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/146115/12670342
h shpa3api.h
#ifndef WIN32
#ifndef OS_LINUX
#ifndef TYPEDEF_H
#define TYPEDEF_H
typedef char CHAR;
typedef float FLOAT;
typedef int BOOL;
typedef int
www.eeworm.com/read/146081/12677785
vbp api回调函数.vbp
Type=Exe
Form=API回调函数.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
Module=Module1; API回调函数.bas
Startup="Form1"
ExeName32="API回调函数.exe
www.eeworm.com/read/146081/12677830
bas api回调函数.bas
Attribute VB_Name = "Module1"
Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" (ByVal hWnd As Long, ByVal lpString As String) As Long
Declare Function SetWindowPos Lib "user32" (By
www.eeworm.com/read/146081/12677846
vbw api回调函数.vbw
Form1 = 44, 44, 381, 382, Z, 22, 22, 359, 360, C
Module1 = 66, 66, 403, 404,
www.eeworm.com/read/146081/12678145
exe api回调函数.exe
www.eeworm.com/read/146081/12678702
frm api回调函数.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/246921/12697930
h shpa3api.h
#ifndef SHCTI_CONST
#define SHCTI_CONST
//-----------------------------------------------------------------------
// definition of channel type, which can be retrieved by invoking
// function "
www.eeworm.com/read/332802/12727460
inc hooked_api2.inc
asm
jmp @qwe
db 'HookedAPICall_begin'
push 101
push 0
push 0
push $ffffffff
call MessageBoxA;
db 'HookedAPICall_end'
@qwe:
end;
www.eeworm.com/read/332802/12727648
inc hooked_api2.inc
asm
jmp @qwe
db 'HookedAPICall_begin'
push 101
push 0
push 0
push $ffffffff
call MessageBoxA;
db 'HookedAPICall_end'
@qwe:
end;