Desktop Functions: Smart Device Functions:
|
Search Results for "EndUpdateResource" in [All]kernel32
if (EndUpdateResource(hResource, false) == false) {
static extern bool EndUpdateResource(IntPtr hUpdate, bool fDiscard);
Public Shared Function EndUpdateResource(ByVal hUpdate As IntPtr, ByVal fDiscard As Boolean) As Boolean See BeginUpdateResource to get a handle for hUpdate, and EndUpdateResource to apply the update changes. |