window.c

来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· C语言 代码 · 共 47 行

C
47
字号
/*++
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.
Copyright (c) 1995, 1996, 1997, 1998  Microsoft Corporation

Module Name:  

    window.c

Abstract:  

    This file implements the PCMCIA platform dependent window control
    functions and window definitions for the ODO reference platform.
    This is provided as a sample to platform writers.


Functions:

    PDCardGetWindow()
    PDCardSetWindow()
    PDCardInquireWindow()

Notes:


--*/

#define DEFINE_GLOBALS

#include <windows.h>
#include <types.h>
#include "sa11x0bd.h"
#include "sa11x0.h"
#include <cardserv.h>
#include <sockserv.h>
#include <sockpd.h>
#include <memory.h>

extern CRITICAL_SECTION gPddWindowCrit;


#include <winddef.c>


⌨️ 快捷键说明

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