| DfsDLLAccessdfsHeaderCreate Method  | 
            wrapped dfsHeaderCreate
            
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic static int dfsHeaderCreate(
	int file_type,
	string title,
	string apptitle,
	int appverno,
	int no_of_items,
	int stat_type,
	out IntPtr pdfs_rtn
)
Public Shared Function dfsHeaderCreate ( 
	file_type As Integer,
	title As String,
	apptitle As String,
	appverno As Integer,
	no_of_items As Integer,
	stat_type As Integer,
	<OutAttribute> ByRef pdfs_rtn As IntPtr
) As Integer
public:
static int dfsHeaderCreate(
	int file_type, 
	String^ title, 
	String^ apptitle, 
	int appverno, 
	int no_of_items, 
	int stat_type, 
	[OutAttribute] IntPtr% pdfs_rtn
)
static member dfsHeaderCreate : 
        file_type : int * 
        title : string * 
        apptitle : string * 
        appverno : int * 
        no_of_items : int * 
        stat_type : int * 
        pdfs_rtn : IntPtr byref -> int 
Parameters
- file_type
 - Type: SystemInt32
 - title
 - Type: SystemString
 - apptitle
 - Type: SystemString
 - appverno
 - Type: SystemInt32
 - no_of_items
 - Type: SystemInt32
 - stat_type
 - Type: SystemInt32
 - pdfs_rtn
 - Type: SystemIntPtr
 
Return Value
Type: 
Int32
See Also