.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHOpenRegStream2A 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHOpenRegStream2A\fR (SHLWAPI.@) .SH SYNOPSIS IStream * SHOpenRegStream2A ( HKEY \fIhKey\fR, LPCSTR \fIpszSubkey\fR, LPCSTR \fIpszValue\fR, DWORD \fIdwMode\fR ) .SH DESCRIPTION .PP Create a stream to read binary registry data. .SH PARAMS \fIhKey\fR \fB[In]\fR Registry handle. .PP \fIpszSubkey\fR \fB[In]\fR The sub key name. .PP \fIpszValue\fR \fB[In]\fR The value name under the sub key. .PP \fIdwMode\fR \fB[In]\fR Unused. .PP .SH RETURNS .PP \fBSuccess:\fR An \fBIStream\fR interface referring to the registry data .PP \fBFailure:\fR \fBNULL\fR, if the registry key could not be opened or is not binary. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/regstream.c"\fR. .PP Debug channel \fB"shell"\fR.