代码搜索:Windows API

找到约 10,000 项符合「Windows API」的源代码

代码结果 10,000
www.eeworm.com/read/244259/4511730

properties windows_el.properties

#-------------------------------------------------------------------------------------------------- # Copyright (c) 1996-2002 Borland Software Corporation. All Rights Reserved. #----------------------
www.eeworm.com/read/244259/4511731

properties windows_de.properties

# This properties file is used to create a PropertyResourceBundle # It contains Locale specific strings used be the Windows Look and Feel. # Currently, the following components need this for support:
www.eeworm.com/read/244259/4511732

properties windows_ru.properties

#-------------------------------------------------------------------------------------------------- # Copyright (c) 1996-2002 Borland Software Corporation. All Rights Reserved. #----------------------
www.eeworm.com/read/244259/4511736

properties windows_ko.properties

#-------------------------------------------------------------------------------------------------- # Copyright (c) 1996-2002 Borland Software Corporation. All Rights Reserved. #----------------------
www.eeworm.com/read/244005/4514594

h grabber-windows.h

/*grabber-windows.h Derek J Smithies (derek@indranet.co.nz) * Indranet Technologies ltd (lara@indranet.co.nz) * */ #include #ifndef GRABBER_WINDOWS_H #define GRA
www.eeworm.com/read/244005/4514611

cxx grabber-windows.cxx

/*grabber-windows.cxx Derek J Smithies (derek@indranet.co.nz) * Indranet Technologies ltd (lara@indranet.co.nz) * * Derek wrote the initial skeleton code of a windows
www.eeworm.com/read/242732/4540428

h windows28591.h

/* * Windows OEM 457 code page table. need by english rc files, area 0x80 to 0x9f should be blank */ unsigned short table_Windows28591[256] = { 0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x
www.eeworm.com/read/242732/4540429

h windows28592.h

/* * Windows OEM 457 code page table. need by english rc files, area 0x80 to 0x9f should be blank */ unsigned short table_Windows28592[256] = { 0x0000, 0x0001, 0x0002, 0x0003, 0x0004, 0x
www.eeworm.com/read/240204/4577231

h oaa-windows.h

// $Id: oaa-windows.h,v 1.3 2002/09/17 00:23:45 mjohnson Exp $ // oaa-windows.h // // This file contains windows-specific typedefs for compiling // oaa on windows. #ifndef OAAWINDOWS_H #define O
www.eeworm.com/read/240204/4577263

c oaa-windows.c

#ifdef _WINDOWS #include #include #include "oaa-windows.h" enum { SNPRINTF_BUFFER_SIZE=300 }; /** * Implementation of snprintf on Windows. On Unix, it is ok * to pas