Skip to content

Commit

Permalink
Update nf-wingdi-createenhmetafilew.md
Browse files Browse the repository at this point in the history
Parameter names did not match those given in the remarks section
  • Loading branch information
danielworkman authored Mar 6, 2024
1 parent feb7cbe commit b988454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk-api-src/content/wingdi/nf-wingdi-createenhmetafilew.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@ The <b>CreateEnhMetaFile</b> function creates a device context for an enhanced-f

## -parameters

### -param hdc [in]
### -param hdcRef [in]

A handle to a reference device for the enhanced metafile. This parameter can be <b>NULL</b>; for more information, see Remarks.

### -param lpFilename [in]

A pointer to the file name for the enhanced metafile to be created. If this parameter is <b>NULL</b>, the enhanced metafile is memory based and its contents are lost when it is deleted by using the <a href="/windows/desktop/api/wingdi/nf-wingdi-deleteenhmetafile">DeleteEnhMetaFile</a> function.

### -param lprc [in]
### -param lpRect [in]

A pointer to a <a href="/windows/desktop/api/windef/ns-windef-rect">RECT</a> structure that specifies the dimensions (in .01-millimeter units) of the picture to be stored in the enhanced metafile.

### -param lpDesc [in]
### -param lpDescription [in]

A pointer to a string that specifies the name of the application that created the picture, as well as the picture's title. This parameter can be <b>NULL</b>; for more information, see Remarks.

Expand Down

0 comments on commit b988454

Please sign in to comment.