nn::boss::NsData::GetHeaderInfo Member Function

Syntax

nn::Result GetHeaderInfo(
     HeaderInfoType type,
     void * pValue,
     size_t size
);

Arguments

Name Description
in type Specifies the header element type.
out pValue Specifies a buffer storing the header information.
in size Buffer size.

Return Values

Returns the result of the operation.

Description

Reads NSA header information.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL