| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Description
Figure 87. Schema fragment for samlp2:StatusDetail
<complexType name="StatusDetailType">
  <sequence>
    <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
</complexType>
Details
lasso_samlp2_status_detail_new ()
LassoNode *         lasso_samlp2_status_detail_new      (void);
Creates a new LassoSamlp2StatusDetail object.
Returns :  | 
a newly created LassoSamlp2StatusDetail object | 
