Beispiel #1
0
 internal void Init(IPStore PStore, PST_KEY KeyType, ref Guid guidType)
 {
     this.m_IPStore   = PStore;
     this.m_KeyType   = KeyType;
     this.m_TypeGuid  = guidType;
     this.m_IEnumType = PStore.EnumSubtypes(KeyType, ref guidType, 0);
 }
Beispiel #2
0
 internal CTypes(IPStore PStore, PST_KEY KeyType)
 {
     this.m_IPStore   = PStore;
     this.m_KeyType   = KeyType;
     this.m_IEnumType = PStore.EnumTypes(KeyType, 0);
 }