⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wcetimer.h

📁 WinCE5.0部分核心源码
💻 H
字号:
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the license visit http://go.microsoft.com/fwlink/?LinkId=3223.
//
/*

 THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.

Module Name:  
    

Abstract:  

	CE specific functions..


Functions:	
	


Revision history:

	01/29/2001  :: Original version.

    
--*/


#ifndef __WCETIMER_H__

#define __WCETIMER_H__


///////////////////////////////////////////////////////////////////////////////
//  CE function prototypes for timer routines..
///////////////////////////////////////////////////////////////////////////////

#define NETCON_STATUS                   DWORD
#define SERVICE_STATUS_HANDLE           VOID *
#define HDEVNOTIFY                      VOID *
#define JET_SESID                       VOID *
#define JET_DBID                        VOID *
#define JET_TABLEID                     VOID *
#define SESSION_CONTAINER               VOID *
#define NCS_MEDIA_DISCONNECTED          0x00
#define NCS_CONNECTED                   0x00
#define NCS_CONNECTING                  0x00
#define DBLOG_SZFMT_BUFFS               1
#define DBLOG_SZFMT_SIZE                1



typedef VOID (NTAPI * WAITORTIMERCALLBACKFUNC) (PVOID, BOOLEAN );   // winnt

typedef WAITORTIMERCALLBACKFUNC WAITORTIMERCALLBACK ;



#endif  //  __WCETIMER_H__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -