Example #1
0
        public static CommerceCategoryInfo GetSubCategoryInfo(int index)
        {
            CommerceCategoryInfo categoryInfo = default(CommerceCategoryInfo);

            PrxCommerceGetSubCategoryInfo(index, out categoryInfo);
            return(categoryInfo);
        }
Example #2
0
        public static CommerceCategoryInfo GetCategoryInfo()
        {
            CommerceCategoryInfo categoryInfo = default(CommerceCategoryInfo);

            PrxCommerceGetCategoryInfo(out categoryInfo);
            return(categoryInfo);
        }
Example #3
0
 private static extern ErrorCode PrxCommerceGetSubCategoryInfo(int index, out CommerceCategoryInfo categoryInfo);
Example #4
0
 private static extern ErrorCode PrxCommerceGetCategoryInfo(out CommerceCategoryInfo categoryInfo);