Command
QisLib_GetOpenGDSWarnings

QisLib_GetOpenGDSWarnings


Function:
	void QisLib_GetOpenGDSWarnings(COpenGDSWarnings* WarningStruct);

Inputs:
	WarningStruct: pointer to a cell that will contain OpenGDSII warning information.

Return: -

Errors: -

Description:
	- This function must be called immediately after QisLib_OpenGDSII returns
	successfully.
	- The parameter to this function is the address of a COpenGDSWarnings cell that will
	contain warning information.
	- These warnings are related to incorrect syntax in the GDSII file being opened.
	- For details about the different types of warnings, refer to COpenGDSWarnings.

References:
QisLib_OpenGDSII
COpenGDSWarnings