gps32ud.def
来自「 这是一个简单的GPSNMEA-0183协议解析库开发平台」· DEF 代码 · 共 25 行
DEF
25 行
; GPSLib.def : Declares the module parameters for the DLL.
LIBRARY "GPS103UD"
DESCRIPTION 'GPS Windows Dynamic Link Library (Unicode Debug)'
EXPORTS
; Explicit exports can go here
GpsShowControlPanel @1
GpsCreateEntry @2
GpsGetNumDevices @3
GpsEnumDevices @4
GpsDeleteEntry @5
GpsRenameEntry @6
GpsPropertiesDlg @7
GpsOpen @8
GpsClose @9
GpsGetPosition @10
GpsGetVersion @11
GpsDeviceNameAlreadyExists @12
GpsShowAboutBox @13
GpsGetDevice @14
GpsSetDevice @15
GpsGetState @16
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?