代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/188988/5203042
c api_lib.c
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/188988/5203045
c api_msg.c
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/188988/5203068
h api_msg.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/188906/5205155
rb item_api.rb
class Item < ActionWebService::Struct
member :id, :int
member :title, :string
end
class ItemApi < ActionWebService::API::Base
api_method :find_all_items,
:returns => [[Ite
www.eeworm.com/read/188906/5205243
rb item_api.rb
class ItemApi < ActionWebService::API::Base
api_method :find_all_items,
:returns => [[Item]]
end
www.eeworm.com/read/188906/5205244
rb category_api.rb
class CategoryApi < ActionWebService::API::Base
api_method :find_category_by_id,
:expects => [:int],
:returns => [Category]
end
www.eeworm.com/read/187737/5216905
txt alpha-api.txt
Remember to test this with full product build -- can't appear to open the audio
device correctly on an LOAK...
Also, ensure you have \epoc32\release\wins\udeb\sounddevice.mda and
\sou
www.eeworm.com/read/187332/5224280
h dbt_api.h
/*
* $Id: dbt_api.h,v 1.5 2004/08/24 08:58:26 janakj Exp $
*
* DBText library
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of ser, a free SIP server.
*
* ser is free software;
www.eeworm.com/read/187332/5224282
c dbt_api.c
/*
* $Id: dbt_api.c,v 1.8 2004/10/29 13:59:57 dcm Exp $
*
* DBText library
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of ser, a free SIP server.
*
* ser is free software; you
www.eeworm.com/read/187332/5224929
txt db-api.txt
# $Id: db-api.txt,v 1.10 2004/08/04 14:26:25 janakj Exp $
#
# History:
# --------
# 2004-06-06 updated (bind_dbmod and obsoleted db_* macros) (andrei)
Generic Database Interface
-----------------