internal CItems(IPStore PStore, PST_KEY KeyType, ref Guid guidType, ref Guid guidSubType) { this.m_TypeGuid = new Guid(); this.m_SubTypeGuid = new Guid(); this.m_IPStore = PStore; this.m_KeyType = KeyType; this.m_TypeGuid = guidType; this.m_SubTypeGuid = guidSubType; this.m_IEnumItem = PStore.EnumItems(KeyType, ref guidType, ref guidSubType, 0); }
// Token: 0x06000198 RID: 408 RVA: 0x00005E14 File Offset: 0x00004014 internal CItems(IPStore PStore, PST_KEY KeyType, ref Guid guidType, ref Guid guidSubType) { this.m_TypeGuid = default(Guid); this.m_SubTypeGuid = default(Guid); if (PStore != null) { this.m_IPStore = PStore; this.m_KeyType = KeyType; this.m_TypeGuid = guidType; this.m_SubTypeGuid = guidSubType; this.m_IEnumItem = PStore.EnumItems(KeyType, ref guidType, ref guidSubType, 0); } }