Skip to content

Latest commit

 

History

History
151 lines (92 loc) · 3.74 KB

ns-setupapi-source_media_w.md

File metadata and controls

151 lines (92 loc) · 3.74 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:setupapi._SOURCE_MEDIA_W
SOURCE_MEDIA_W (setupapi.h)
The SOURCE_MEDIA structure is used with the SPFILENOTIFY_NEEDMEDIA notification to pass source media information. (Unicode)
*PSOURCE_MEDIA_W
PSOURCE_MEDIA
PSOURCE_MEDIA structure pointer [Setup API]
SOURCE_MEDIA
SOURCE_MEDIA structure [Setup API]
SOURCE_MEDIA_W
_setupapi_source_media_str
setup.source_media_str
setupapi/PSOURCE_MEDIA
setupapi/SOURCE_MEDIA
setup\source_media_str.htm
setup
93a72ec8-b979-4e61-bb06-eed1a6432f16
12/05/2018
*PSOURCE_MEDIA_W, PSOURCE_MEDIA, PSOURCE_MEDIA structure pointer [Setup API], SOURCE_MEDIA, SOURCE_MEDIA structure [Setup API], SOURCE_MEDIA_W, _setupapi_source_media_str, setup.source_media_str, setupapi/PSOURCE_MEDIA, setupapi/SOURCE_MEDIA
setupapi.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
SOURCE_MEDIA_W, *PSOURCE_MEDIA_W
19H1
_SOURCE_MEDIA_W
setupapi/_SOURCE_MEDIA_W
PSOURCE_MEDIA_W
setupapi/PSOURCE_MEDIA_W
SOURCE_MEDIA_W
setupapi/SOURCE_MEDIA_W
c++
APIRef
kbSyntax
HeaderDef
Setupapi.h
SOURCE_MEDIA
source_media_w

SOURCE_MEDIA_W structure

-description

The SOURCE_MEDIA structure is used with the SPFILENOTIFY_NEEDMEDIA notification to pass source media information.

-struct-fields

-field Reserved

This member is not currently used.

-field Tagfile

Optional tag file that can be used to identify the source media.

-field Description

Human-readable description of the source media.

-field SourcePath

Path to the source that needs the new media.

-field SourceFile

Source file to be retrieved from the new media.

-field Flags

Copy style information that modifies how errors are handled. This member can be one or more of the following values.

SP_COPY_WARNIFSKIP

Inform the user that skipping the file may affect the installation.

SP_COPY_NOSKIP

Do not offer the user the option to skip the file.

SP_FLAG_CABINETCONTINUATION

The current source file is continued in another cabinet file.

SP_COPY_NOBROWSE

Do not offer the user the option to browse.

- Flags.SP_COPY_NOBROWSE

Do not offer the user the option to browse.

- Flags.SP_COPY_NOSKIP

Do not offer the user the option to skip the file.

- Flags.SP_COPY_WARNIFSKIP

Inform the user that skipping the file may affect the installation.

- Flags.SP_FLAG_CABINETCONTINUATION

The current source file is continued in another cabinet file.

-see-also

Overview

SPFILENOTIFY_NEEDMEDIA

Structures

-remarks

Note

The setupapi.h header defines SOURCE_MEDIA as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.