Steamworks.NativeMethods.ISteamInventory_GetItemDefinitionIDs C# (CSharp) Method

ISteamInventory_GetItemDefinitionIDs() private method

private ISteamInventory_GetItemDefinitionIDs ( [ pItemDefIDs, uint &punItemDefIDsArraySize ) : bool
pItemDefIDs [
punItemDefIDsArraySize uint
return bool
		public static extern bool ISteamInventory_GetItemDefinitionIDs([In, Out] SteamItemDef_t[] pItemDefIDs, out uint punItemDefIDsArraySize);
NativeMethods