EditCALSHead

#include "BITIFF.H"

int CALLBACK EditCALSHead( HWND  hWndParent,
LPSTR   lpFileName,
LPSTR   lpMem)

Description

Shows and allows to modify CALS transfer unit data file information and note records in a dialog box.

Parameters

HWND

hWndParent

Parent window handle.

LPSTR

lpFileName

Pointer to the file name string.

LPSTR

lpMem

Pointer to a CALS header.

Return values

Returns IDOK if the Ok button is pressed. Otherwise returns IDCANCEL.

Requirements

Header :     Declared in BiTiff.h; include BiTiff.h.

Library :    Use BiTiff.lib.

DLLs :       BiTiff.dll.