Home
last modified time | relevance | path

Searched refs:hlFolderGetItem (Results 1 – 14 of 14) sorted by relevance

/dports/games/hllib/HLLib/
H A Dhllib.dll.spec25 25 stdcall hlFolderGetItem( ptr long ) hlFolderGetItem
H A DWrapper.h48 HLLIB_API HLDirectoryItem *hlFolderGetItem(HLDirectoryItem *pItem, hlUInt uiIndex);
H A DWrapper.cpp168 HLLIB_API HLDirectoryItem *hlFolderGetItem(HLDirectoryItem *pItem, hlUInt uiIndex) in hlFolderGetItem() function
/dports/archivers/hlextract/HLLib/
H A Dhllib.dll.spec25 25 stdcall hlFolderGetItem( ptr long ) hlFolderGetItem
H A DWrapper.h48 HLLIB_API HLDirectoryItem *hlFolderGetItem(HLDirectoryItem *pItem, hlUInt uiIndex);
H A DWrapper.cpp168 HLLIB_API HLDirectoryItem *hlFolderGetItem(HLDirectoryItem *pItem, hlUInt uiIndex) in hlFolderGetItem() function
/dports/games/hllib/HLExtract/
H A DMain.c650 List(pFile, hlFolderGetItem(pItem, i), bListFolders, bListFiles); in List()
812 eTest = Validate(hlFolderGetItem(pItem, i)); in Validate()
1011 pSubItem = hlFolderGetItem(pItem, i); in EnterConsole()
1088 pSubItem = hlFolderGetItem(pItem, i); in EnterConsole()
/dports/archivers/hlextract/HLExtract/
H A DMain.c650 List(pFile, hlFolderGetItem(pItem, i), bListFolders, bListFiles); in List()
814 eTest = Validate(hlFolderGetItem(pItem, i)); in Validate()
1019 pSubItem = hlFolderGetItem(pItem, i); in EnterConsole()
1096 pSubItem = hlFolderGetItem(pItem, i); in EnterConsole()
/dports/games/hllib/HLExtract.Net/
H A DProgram.cs488 eTest = Validate(HLLib.hlFolderGetItem(pItem, i)); in Validate()
597 IntPtr pSubItem = HLLib.hlFolderGetItem(pItem, i); in EnterConsole()
674 IntPtr pSubItem = HLLib.hlFolderGetItem(pItem, i); in EnterConsole()
H A DHLLib.cs641 public static IntPtr hlFolderGetItem(IntPtr pItem, uint uiIndex) in hlFolderGetItem() method in HLLib
643 …if (IsWow64()) return x64.hlFolderGetItem(pItem, uiIndex); else return x86.hlFolderGetItem(pItem, … in hlFolderGetItem()
1115 public static extern IntPtr hlFolderGetItem(IntPtr pItem, uint uiIndex); in hlFolderGetItem() method in HLLib.x86
1468 public static extern IntPtr hlFolderGetItem(IntPtr pItem, uint uiIndex); in hlFolderGetItem() method in HLLib.x64
/dports/archivers/hlextract/HLExtract.Net/
H A DProgram.cs488 eTest = Validate(HLLib.hlFolderGetItem(pItem, i)); in Validate()
597 IntPtr pSubItem = HLLib.hlFolderGetItem(pItem, i); in EnterConsole()
674 IntPtr pSubItem = HLLib.hlFolderGetItem(pItem, i); in EnterConsole()
H A DHLLib.cs641 public static IntPtr hlFolderGetItem(IntPtr pItem, uint uiIndex) in hlFolderGetItem() method in HLLib
643 …if (IsWow64()) return x64.hlFolderGetItem(pItem, uiIndex); else return x86.hlFolderGetItem(pItem, … in hlFolderGetItem()
1115 public static extern IntPtr hlFolderGetItem(IntPtr pItem, uint uiIndex); in hlFolderGetItem() method in HLLib.x86
1468 public static extern IntPtr hlFolderGetItem(IntPtr pItem, uint uiIndex); in hlFolderGetItem() method in HLLib.x64
/dports/games/hllib/lib/
H A DHLLib.h475 HLLIB_API HLDirectoryItem *hlFolderGetItem(HLDirectoryItem *pItem, hlUInt uiIndex);
/dports/archivers/hlextract/lib/
H A DHLLib.h475 HLLIB_API HLDirectoryItem *hlFolderGetItem(HLDirectoryItem *pItem, hlUInt uiIndex);