代码搜索:native
找到约 10,000 项符合「native」的源代码
代码结果 10,000
www.eeworm.com/read/361375/10056420
mdp native.mdp
www.eeworm.com/read/361375/10056421
mak native.mak
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
!IF "$(CFG)" == ""
CFG=native - Win32 Debug
!MES
www.eeworm.com/read/361375/10056429
c native.c
#define _X86_
#include
#include "undocnt.h"
#include
Atoms()
{
ATOM Atom, FindAtom;
NTSTATUS rc;
char Buffer[1000];
return 0;
rc=NtAddAtom(L"Hello",
#ifdef NT
www.eeworm.com/read/361375/10056430
ncb native.ncb
www.eeworm.com/read/279738/10396234
dll native.dll
www.eeworm.com/read/279738/10396240
dll native.dll
www.eeworm.com/read/171452/7118306
pas native.pas
// Interface unit for the Windows NT Native API
// Copyright (C) 1999, 2000 Marcel van Brakel
unit Native;
interface
uses
JWaWinBase, JwaWinNT, JwaWinType;
{$I WINDEFINES.INC}
//----
www.eeworm.com/read/331367/12831881
pas native.pas
//
// The NATIVE NT API definitions.
//
unit native;
interface
uses windows;
const
ntdll = 'ntdll.dll';
STATUS_SUCCESS = 0;
// Define the create disposition values
//
www.eeworm.com/read/327114/13098108