📄 window.c
字号:
/*++
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -