![]() ![]() ![]()
|
BREW C++ ライブラリ & GUI フレームワーク & XML ミドルウェア : SophiaFramework UNIVERSE 5.0 |
#include <SFBKDDIUnicodeSJIS.h.hpp>
class SFBKDDIUnicodeSJIS : public SFBQuery;
SFMTYPEDEFWRAPPER(SFBKDDIUnicodeSJIS)

| BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
|---|---|---|---|
| × | ○ | ○ | ○ |
SFBKDDIUnicodeSJIS クラスを利用するには、TARGET_EXTENSION_KDDI マクロを設定する必要があります。
#define TARGET_EXTENSION_KDDI #include <SophiaFramework.hpp>
KDDI 日本拡張インターフェース IUnicodeSjis
| パブリック関数 | |
|---|---|
| static SFBKDDIUnicodeSJISSmp |
NewInstance(
SFCErrorPtr exception = null
)
SFBKDDIUnicodeSJIS クラスのインスタンスを生成します。
|
| static SFBMediaSVGSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
)
SFBKDDIUnicodeSJIS クラスのインスタンスを生成します。
|
| Bool |
SjistoUnicode16(
ACharPtr src
, WCharPtr dest
, SInt32 size
) SjistoUnicode16( SFXAnsiStringPtr src , SFXWideStringPtr dest ) Shift_JIS を Unicode ( UCS-2 ) に変換します。
|
| Bool |
Unicode16toSjis(
WCharPtr src
, ACharPtr dest
, SInt32 size
) Unicode16toSjis( SFXWideStringPtr src , SFXAnsiStringPtr dest )
Unicode ( UCS-2 ) を Shift_JIS に変換します。
|
| SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
)
(SFBQuery から継承)
QueryInterface( AEECLSID clsid , SFBBaseSmpPtr handle ) (SFBQuery から継承) このオブジェクトからの別の API を問い合わせます。
|
| SFBBaseSmp |
QueryInterface(
AEECLSID clsid
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
| Void |
Self(
AEECLSID clsidReq
, SFBQuerySmpPtr clone
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
| SFBQuerySmp |
Self(
AEECLSID clsidReq
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
| プロテクト関数 | |
|---|---|
| static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを生成します。
|
| static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを指定した SFBQuery インスタンスを使って生成します。
|
[ public, static ] SFBKDDIUnicodeSJISSmp NewInstance( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBMediaSVGSmp NewInstance( AEECLSID id // クラスID SFCErrorPtr exception = null // エラー値 );
[ public ] Bool SjistoUnicode16( ACharPtr src // null で終了している SJIS フォーマットのテキストストリングへのポインタ WCharPtr dest // Unicode フォーマットに変換されたテキストストリングを格納するバッファへのポインタ SInt32 size // dest バッファのバイト数でのサイズ( 値は 0 より大きい ) );
[ public ] Bool SjistoUnicode16( SFXAnsiStringPtr src // null で終了している SJIS フォーマットのテキストストリングへのポインタ SFXWideStringPtr dest // Unicode フォーマットに変換されたテキストストリングを格納するバッファへのポインタ );
KDDI 日本拡張インターフェース IUNICODESJIS_SjistoUnicode16
[ public ] Bool Unicode16toSjis( WCharPtr src // null で終了している Unicode フォーマットのテキストストリングへのポインタ ACharPtr dest // SJIS フォーマットに変換されたテキストストリングを格納するバッファへのポインタ SInt32 size // dest バッファのバイト数でのサイズ( 値は 0 より大きい ) );
[ public ] Bool Unicode16toSjis( SFXWideStringPtr src // null で終了している Unicode フォーマットのテキストストリングへのポインタ SFXAnsiStringPtr dest // SJIS フォーマットに変換されたテキストストリングを格納するバッファへのポインタ );
KDDI 日本拡張インターフェース IUNICODESJIS_Unicode16toSjis
|
Copyright (C) 2002 - 2008 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|