.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WintrustRemoveActionID 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWintrustRemoveActionID\fR (WINTRUST.@) .SH SYNOPSIS BOOL WintrustRemoveActionID ( GUID* \fIpgActionID\fR ) .SH DESCRIPTION .PP Remove the definitions of the actions a Trust provider can perform from the registry. .SH PARAMS \fIpgActionID\fR \fB[In]\fR Pointer to a \fBGUID\fR for the Trust provider. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. (Use \fBGetLastError(3w)\fR for more information) .PP \fBFailure:\fR \fBFALSE\fR. (Use \fBGetLastError(3w)\fR for more information). .SH NOTES .PP Testing shows that WintrustRemoveActionID always returns \fBTRUE\fR and that a possible error should be retrieved via \fBGetLastError(3w)\fR. There are no checks if the definitions are in the registry. .SH IMPLEMENTATION .PP Declared in \fB"wintrust.h"\fR. .PP Implemented in \fB"dlls/wintrust/register.c"\fR. .PP Debug channel \fB"wintrust"\fR.