Steamworks.NativeMethods.ISteamGameServerInventory_GetItemDefinitionProperty C# (CSharp) Method

ISteamGameServerInventory_GetItemDefinitionProperty() private method

private ISteamGameServerInventory_GetItemDefinitionProperty ( SteamItemDef_t iDefinition, InteropHelp pchPropertyName, IntPtr pchValueBuffer, uint &punValueBufferSizeOut ) : bool
iDefinition SteamItemDef_t
pchPropertyName InteropHelp
pchValueBuffer System.IntPtr
punValueBufferSizeOut uint
return bool
		public static extern bool ISteamGameServerInventory_GetItemDefinitionProperty(SteamItemDef_t iDefinition, InteropHelp.UTF8StringHandle pchPropertyName, IntPtr pchValueBuffer, ref uint punValueBufferSizeOut);
NativeMethods