Windows API Guide: HIWORD Macro


Type ITEMIDLIST mkid As SHITEMID End Type

Description & Usage

The ITEMIDLIST structure stores an item identifier which identifies something. Usually, API functions merely use a pointer to this structure (often called a PIDL) instead of using the structure directly. This is because only API function actually use the contents of the structure; regular programs don't need to use it. This is also because the actual size of the structure (the size of mkid) can vary widely, so API functions often create the structure automatically and return a pointer to it, eliminating the need for the program to actually process its contents in any way.

Visual Basic-Specific Issues

None.

Data Members

mkid
Holds the item identifier data.

Used By

BrowseCallbackProc, BROWSEINFO, SHAddToRecentDocs, SHBrowseForFolder, SHELLEXECUTEINFO, SHGetFileInfo, SHGetFolderLocation, SHGetPathFromIDList, SHGetSpecialFolderLocation

Go back to the alphabetical Structure listing.
Go back to the Reference section index.


Last Modified: August 26, 2000
This page is copyright © 2000 Paul Kuliniewicz. Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/i/itemidlist.html



Windows API Guide
Windows API Guide - Reference - Volume 1: Version 3.0 For the MS-DOS and PC-DOS Operating Systems
ISBN: B001V0KQIY
EAN: N/A
Year: 1998
Pages: 610

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net