DBMISC
Bonjour,
Tous les headers ne sont pas traduit, voilà pourquoi certains xxx_DEFS sont en commentaires.
Tous les headers ne sont pas traduit, voilà pourquoi certains xxx_DEFS sont en commentaires.
- Code : Tout sélectionner
Option Public
' GLOBAL_DEFS => global.h
' NAME_DEFS => names.h
' NSF_DEFS => nsf.h
' ADMINP_DEFS => adminp.h
Use "adminp"
Declare Function StoredFormAddItems Lib "nnotes.dll" (hSrcDbHandle As Long, hSrcNote As Long, hDstNote As Long, bDoSubForms As Boolean, dwFlags As Long) As Long
Declare Function StoredFormRemoveItems Lib "nnotes.dll" (hNote As Long, dwFlags As Long) As Long
Declare Function StoredFormAppendSubFormToken Lib "nnotes.dll" (pszSubName As String, wSubNameBufferLen As Integer) As Long