代码搜索:Invoke
找到约 4,823 项符合「Invoke」的源代码
代码结果 4,823
www.eeworm.com/read/105300/6199293
asm appack.asm
; #########################################################################
; aPPack is a test piece for MASM programmers using Joergen Ibsen's
; MASM version of "aPLib". It is an implementati
www.eeworm.com/read/105300/6199296
asm toolbar.asm
; ########################################################################
Do_ToolBar PROTO :DWORD
SetBmpColor PROTO :DWORD
include tbmacros.asm
.data
hTbBmp
www.eeworm.com/read/494745/6374777
cpp dclient.cpp
//
// DClient.cpp - Dispatch client implementation
//
// This client connects to the IX dual interface
// through the dispinterface.
//
#include
#include "Util.h"
static inli
www.eeworm.com/read/489184/6475013
asm asmio.asm
;------------------------------------------------------------
; Win32Asm stupid sample for WinIo v1.2
;------------------------------------------------------------
; Example by Exagone (http://exag
www.eeworm.com/read/477420/6734760
m generate_arb_waveform_tektronix.m
%AWG M-Code for communicating with an instrument.
%
% This is the machine generated representation of an instrument control
% session using a device object. The instrument control session comp
www.eeworm.com/read/402283/11539775
m wordfig.m
function wordfig(filespec,popt)
%WORDFIG Open a MSWord document and paste the current figure into it.
% WORDFIG Paste the current Figure window into a word document.
% WORDFIG(FILE) Past the curren
www.eeworm.com/read/153700/12011783
asm main.asm
;-----------------------------------------------------------------------------------------
;
; Title : Sorting algorithms in Assembly
; Author: Marty Winkler
;
; Date : 20.03.2004
; last mo
www.eeworm.com/read/153700/12011835
asm dlggraphic.asm
;-----------------------------------------------------------------------------------------
; Prototypes.
;-----------------------------------------------------------------------------------------
www.eeworm.com/read/153700/12011847
asm sorting.asm
;-----------------------------------------------------------------------------------------
; Prototypes.
;-----------------------------------------------------------------------------------------
www.eeworm.com/read/153700/12011859
asm dlgframe.asm
.code
;-----------------------------------------------------------------------------------------
; The procedure of the frame dialog (contains the tab control and the main menu)
;------------