ISettingsResult::GetColumn method (wcmconfig.h)

Returns the column number where the error occurred.

Syntax

HRESULT GetColumn(
  [out] DWORD *dwColumn
);

Parameters

[out] dwColumn

The column which is the source of the error.

Return value

This method returns an HRESULT value. S_OK indicates success.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wcmconfig.h
DLL SMIEngine.dll

See also

ISettingsResult