代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/358128/3000038
pm windows.pm
package File::HomeDir::Windows;
# Generalised implementation for the entire Windows family of operating
# systems.
use 5.005;
use strict;
use Carp ();
use File::Spec ();
use vars qw{$VERSION}
www.eeworm.com/read/358128/3000163
pm windows.pm
package ExtUtils::CBuilder::Platform::Windows;
use strict;
use warnings;
use File::Basename;
use File::Spec;
use ExtUtils::CBuilder::Base;
use vars qw($VERSION @ISA);
$VERSION = '0.21';
@ISA = qw(
www.eeworm.com/read/358128/3001622
pm windows.pm
package Module::Build::Platform::Windows;
use strict;
use vars qw($VERSION);
$VERSION = '0.2808_01';
$VERSION = eval $VERSION;
use Config;
use File::Basename;
use File::Spec;
use IO::File;
use Modu
www.eeworm.com/read/358128/3003888
result windows.result
use lpt1;
ERROR 42000: Unknown database 'lpt1'
use com1;
ERROR 42000: Unknown database 'com1'
use prn;
ERROR 42000: Unknown database 'prn'
create table nu (a int);
drop table nu;
drop table if exists
www.eeworm.com/read/358128/3004139
inc windows.inc
--require r/true.require
disable_query_log;
select convert(@@version_compile_os using latin1) IN ("Win32","Win64","Windows") as "TRUE";
enable_query_log;
www.eeworm.com/read/358128/3004174
inc not_windows.inc
--require r/true.require
disable_query_log;
select convert(@@version_compile_os using latin1) NOT IN ("Win32","Win64","Windows") as "TRUE";
enable_query_log;
www.eeworm.com/read/358128/3004503
test windows.test
# Windows-specific tests
--source include/windows.inc
#
# Bug 9148: Denial of service
#
--error 1049
use lpt1;
--error 1049
use com1;
--error 1049
use prn;
#
# Bug #12325: Can't create table named '
www.eeworm.com/read/357319/3024106
exc windows.exc
JclDotNet.pas
mscoree_TLB.pas
mscorlib_TLB.pas
JclWideFormat.pas