?? configure.h
字號:
#ifndef _CONFIGURE_H
#define _CONFIGURE_H_
/*----Configuration Functions:----*/
CfgNew(); // Create a new configuration
CfgFree(); // Destroy a configuration
CfgSetDefault(); // Set Default Configuration
CfgGetDefault(); // Get Default Configuration
CfgLoad(); // Load configuration from a linear memory buffer
CfgSave(); // Save configuration to a linear memory buffer
CfgSetExecuteOrder(); // Set the Tag Initialization and Shutdown Order on Execute
CfgExecute(); // Make the configuration active or inactive
CfgSetService(); // Sets service callback function for a particular tag
CfgAddEntry(); // Add a configuration entry to a configuration.
CfgRemoveEntry(); // Remove entry from configuration
CfgGetEntryCnt(); // Get the number of item instances for a tag/item pair
CfgGetEntry(); // Get a referenced handle to a configuration entry
CfgGetNextEntry(); // Return supplied entry handle and get next entry handle
CfgGetImmediate(); // Get configuration entry data w/o getting entry handle
/* ---Configuration Entry Functions:--- */
CfgEntryRef(); // Add a reference to a configuration entry handle
CfgEntryDeRef(); // Remove a reference to a configuration entry handle
CfgEntryGetData(); // Get configuration entry data from entry handle
CfgEntrySetData(); // Replace data block of entry data using entry handle
CfgEntryInfo(); // Get information on a configuration entry handle
#endif /*-- end configure.h here --*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -