mirror of https://github.com/UMSKT/xpmgr.git
40 lines
618 B
Plaintext
40 lines
618 B
Plaintext
//-----------------------------------------------------------------------------
|
|
//
|
|
// @copyright (C) COPYRIGHT MICROSOFT CORPORATION
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
[
|
|
uuid(d130490f-40b0-4652-880c-5aed138d73bd),
|
|
#ifdef __midl
|
|
ms_union,
|
|
#endif // __midl
|
|
version(0.0)
|
|
]
|
|
|
|
|
|
//
|
|
// Interface Keyword
|
|
//
|
|
|
|
interface PortableDeviceConnect_Imports
|
|
|
|
{
|
|
|
|
#define MIDL_PASS
|
|
#define UNICODE
|
|
|
|
#include "PortableDeviceConnectImports.h"
|
|
|
|
//
|
|
// All .idl files need to contain at least one function prototype
|
|
//
|
|
|
|
DWORD
|
|
Unused(
|
|
[in] DWORD UnusedParm
|
|
);
|
|
|
|
}
|
|
|