IPhotoAcquireSettings::GetSequenceZeroPadding method (photoacquire.h)

The GetSequenceZeroPadding method retrieves a value that indicates whether zeros or spaces will be used to pad sequential file names.

Syntax

HRESULT GetSequenceZeroPadding(
  [out] BOOL *pfZeroPad
);

Parameters

[out] pfZeroPad

Pointer to a flag that, if set to TRUE, indicates that zeros will pad sequential file names.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Remarks

A file name padded with zeros might appear as

"IMG0001.JPG"

The same file name without zero padding might appear as

"IMG   1.JPG"

Requirements

Requirement Value
Target Platform Windows
Header photoacquire.h
Library PhotoAcquireUID.lib

See also

IPhotoAcquireSettings Interface

SetSequenceZeroPadding