API:Winapi.Messages.TWMGestureNotify

提供:RAD Studio API Documentation

Delphi

  TWMGestureNotify = record
    Msg: Cardinal;
    MsgFiller: TDWordFiller;
    Unused: WPARAM;
    NotifyStruct: PGestureNotifyStruct;
    Result: LRESULT;
  end;

C++

struct DECLSPEC_DRECORD TWMGestureNotify
{
public:
    unsigned Msg;
    NativeUInt Unused;
    GESTURENOTIFYSTRUCT *NotifyStruct;
    NativeInt Result;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Winapi.Messages.pas
Winapi.Messages.hpp
Winapi.Messages Winapi.Messages

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。