IImageServiceDecoder.GetMaskInBuffer method

Applies To: IImageServiceDecoder

This method gets the mask buffer.

[Visual Basic 6.0]

retStatus=Object.GetMaskInBuffer(bufferPtr)

[C++]

Object->GetMaskInBuffer(bufferPtr,&retStatus);

[C#, .NET]

retStatus=Object.GetMaskInBuffer(bufferPtr);

Arguments

[in]bufferPtr

Long. Holds the address of the buffer.

Return Value

[out]retStatus

Boolean that determines if the mask is retrieved into the buffer.

Requirements

Platform

32 bit Windows OS (WinXP)

Environment

.NET Framework, COM, ANSI C / C++ Standard compliant

Dependency

ESRI.ImageServer.ISClient.dll (.NET Framework), ISClient.dll (COM/C++), ISClientC.dll (C/C++)

Include

isclientc.h (ANSI C)

For more details, please see the IAISClient Sample in C++, C# and VB 6.0.