During configuration of the UDI development environment, you copied the SDK folder from the folder in which you installed MDT to another folder that you created. Table 1 lists the folders immediately beneath the SDK folder and provides a brief description of each.
Table 1. Folders in the UDI SDK
Folder |
This folder contains |
Includes |
The C++ header files necessary for creating custom wizard pages for the UDI Wizard |
Libs |
The C++ library files that will be linked to your custom page; there are 32-bit and 64-bit versions of the static link libraries. Note Itanium versions of the libraries (IA-64) are not available. |
SampleEditor |
A Visual Studio project for building a custom editor used to edit the SamplePage page in UDI Wizard Designer, which is written in C# |
SamplePage |
A Visual Studio project for building a custom UDI wizard page, which is written in Visual C++ |
Related Topics