#ifndef _NTMMAPI_H
/**
* The RTL_SCP_CFG_HEADER structure contains the common SCP/CFG configuration header.
*/
typedef struct _RTL_SCP_CFG_HEADER
{
RTL_SCP_CFG_COMMON_HEADER Common;
} RTL_SCP_CFG_HEADER, *PRTL_SCP_CFG_HEADER;
View code on GitHubNo description available.