📄 dbmisc.h
字号:
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
/*********************************************************************/
/* */
/* Licensed Materials - Property of IBM */
/* */
/* L-GHUS-5VMPGW, L-GHUS-5S3PEE */
/* (C) Copyright IBM Corp. 2000, 2005 All Rights Reserved */
/* */
/* US Government Users Restricted Rights - Use, duplication or */
/* disclosure restricted by GSA ADP Schedule Contract with */
/* IBM Corp. */
/* */
/*********************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
#ifndef DBMISC_DEFS
#define DBMISC_DEFS
#ifndef GLOBAL_DEFS
#include "global.h"
#endif
#ifndef NAME_DEFS
#include "names.h"
#endif
#ifndef NSF_DEFS
#include "nsf.h"
#endif
#ifndef ADMINP_DEFS
#include "adminp.h"
#endif
STATUS LNPUBLIC StoredFormAddItems (DBHANDLE hSrcDbHandle,
HANDLE hSrcNote,
HANDLE hDstNote,
BOOL bDoSubforms,
DWORD dwFlags);
STATUS LNPUBLIC StoredFormRemoveItems( HANDLE hNote,
DWORD dwFlags);
STATUS LNPUBLIC StoredFormAppendSubformToken( char* pszSubName,
WORD wSubNameBufferLen);
/* end ifndef DBMISC_DEFS */
#endif
#ifdef __cplusplus
}
#endif
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(pop)
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -