MsiRecordIsNull function (msiquery.h)

The MsiRecordIsNull function reports a null record field.

Syntax

BOOL MsiRecordIsNull(
  [in] MSIHANDLE hRecord,
  [in] UINT      iField
);

Parameters

[in] hRecord

Handle to a record.

[in] iField

Specifies the field to check.

Return value

This function returns BOOL.

Remarks

The iField parameter is based on 1 (one).

Requirements

Requirement Value
Minimum supported client Windows Installer 5.0 on Windows Server 2012, Windows 8, Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista.
Target Platform Windows
Header msiquery.h
Library Msi.lib
DLL Msi.dll

See also

Record Processing Functions