.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateURLMonikerEx 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateURLMonikerEx\fR (URLMON.@) .SH SYNOPSIS HRESULT CreateURLMonikerEx ( IMoniker* \fIpmkContext\fR, LPCWSTR \fIszURL\fR, IMoniker** \fIppmk\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Create a Url moniker. .SH PARAMS \fIpmkContext\fR \fB[In]\fR Context. .PP \fIszURL\fR \fB[In]\fR Url to create the moniker for. .PP \fIppmk\fR \fB[Out]\fR Destination for created moniker. .PP \fIdwFlags\fR \fB[In]\fR Flags. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIppmk\fR contains the created \fBIMoniker\fR object. .PP \fBFailure:\fR \fBMK_E_SYNTAX\fR if \fIszURL\fR is not a valid url, or \fBE_OUTOFMEMORY\fR if memory allocation fails. .SH IMPLEMENTATION .PP Declared in \fB"urlmon.h"\fR. .PP Implemented in \fB"dlls/urlmon/umon.c"\fR. .PP Debug channel \fB"urlmon"\fR.