Steamworks.NativeMethods.ISteamUGC_GetQueryUGCChildren C# (CSharp) Method

ISteamUGC_GetQueryUGCChildren() private method

private ISteamUGC_GetQueryUGCChildren ( UGCQueryHandle_t handle, uint index, [ pvecPublishedFileID, uint cMaxEntries ) : bool
handle UGCQueryHandle_t
index uint
pvecPublishedFileID [
cMaxEntries uint
return bool
		public static extern bool ISteamUGC_GetQueryUGCChildren(UGCQueryHandle_t handle, uint index, [In, Out] PublishedFileId_t[] pvecPublishedFileID, uint cMaxEntries);
NativeMethods