Beispiel #1
0
// UnParse the marker out to the stream.
CNCSError CNCSJPCMarker::UnParse(CNCSJPC &JPC, CNCSJPCIOStream &Stream)
{
	&JPC;//Keep compiler happy
	m_nOffset = Stream.Tell();
	Stream.WriteUINT16((UINT16)m_eMarker);
	return(Stream.GetError());
}