/*
 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
 * From ASN.1 module "PEDefinitions"
 * 	found in "../../../asn1/PEDefinitions.asn"
 * 	`asn1c -fcompound-names -no-gen-example`
 */

#ifndef	_PE_CD_H_
#define	_PE_CD_H_


#include <asn_application.h>

/* Including external dependencies */
#include "PEHeader.h"
#include <OBJECT_IDENTIFIER.h>
#include "File.h"
#include <constr_SEQUENCE.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Forward declarations */
struct File;

/* PE-CD */
typedef struct PE_CD {
	PEHeader_t	 cd_header;
	OBJECT_IDENTIFIER_t	 templateID;
	File_t	 df_cd;
	struct File	*ef_launchpad	/* OPTIONAL */;
	struct File	*ef_icon	/* OPTIONAL */;
	/*
	 * This type is extensible,
	 * possible extensions are below.
	 */
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} PE_CD_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_PE_CD;
extern asn_SEQUENCE_specifics_t asn_SPC_PE_CD_specs_1;
extern asn_TYPE_member_t asn_MBR_PE_CD_1[5];

#ifdef __cplusplus
}
#endif

/* Referred external types */
#include "File.h"

#endif	/* _PE_CD_H_ */
#include <asn_internal.h>
