Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
739 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1995
//
// File: shlfld2.h
//
// Contents: Temporary home of IShellFolder2, which will eventually
// go in shlobj.h (?)
//
// History: 15-Aug-95 JonBe Created
//
//----------------------------------------------------------------------------
#undef INTERFACE
#define INTERFACE IShellFolder2
DECLARE_INTERFACE_(IShellFolder2, IShellFolder)
{
STDMETHOD(BeginEnumeration) (THIS) PURE;
STDMETHOD(GetPidl) (THIS_ ULONG ulIndex, LPITEMIDLIST* ppidl) PURE;
};
typedef IShellFolder2 * LPSHELLFOLDER2;
typedef const IShellFolder2 * LPCSHELLFOLDER2;